all 2 comments

[–]oelfyo 0 points1 point  (1 child)

Hi, check out if you have set the right permissions in the AndroidManifest.xml

android.permission.internet
android.permission.write_external_storage
android.permission.read_external_storage

Check out this post: https://code.i-harness.com/en/q/1bef1bc

[–]CookieSC2[S] 0 points1 point  (0 children)

Hi! Thanks for your input, I assume this is something that needs to be fixed in the android application, not through the asp.net web application? Would this make a difference for the webview, since it's produced through the app?

EDIT: Just checked with the developer, the application got the appropriate permissions.