My app show local html on webviewer but on android <4.4 devices webviewer show blank screen i think its a bug.
I using only this block
Screen1.Intialize
Webviewer_1.GoToUrl file:///android_asset/index.html
My app show local html on webviewer but on android <4.4 devices webviewer show blank screen i think its a bug.
I using only this block
Screen1.Intialize
Webviewer_1.GoToUrl file:///android_asset/index.html
Same problem my webviewer shows white sceen in all android version using local html
use only two // and not ///
maybethe api level is too low for that. you can use path to asset extension but normally you dont need it.
Idk i didn’t try for a long time (i have school exams…)