Webviewer local 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
1 Like

Same problem my webviewer shows white sceen in all android version using local html

1 Like

@Yusuf_Deniz @Sawbeen Is this bug still there?

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.

1 Like

Idk i didn’t try for a long time (i have school exams…)