Hi, I am trying to find some way to load an external text file. Basically, due to the Get object not supporting https, I have instead used the Web View Object's Download URL to file feature to save a .txt file to ExternalStorageDirectory$. This works fine and I can see the created file in the root of my SD card. Now I need a way to load it back in to the app. I've tried loading it in String Parser 2 but it doesn't appear to work- is this function not supported on Android?
Are there any other alternatives to load external files?
Thanks,
Will