I have a webview on a tabbed screen load in an internet page but regardless of whether I have zoom enabled in the designer or not I get no option to zoom in or out to see the whole web page and have no idea why as I have used same webview command in my gps app with no such problem on the same phone.
The code is:
The only differences between this and the gps apps webview call is the gps app called a google map and was not on a tabbed screen. Here the webview is the only item on the tabbed screen.
One other webview issue is that on an emulator the app loads the default page of "file:///android_asset/default.html" properly but on the phone it shows just a white area with nothing inside it for some reason. That uses the command:
WebView1_netsearch.LoadUrl("file:///android_asset/default.html")
Any ideas greatfully appreciated, thanks
Dave
The code is:
B4X:
searchurl = "http://www.cosmeticsdatabase.com/wordsearch.php?query=" & ingredient
WebView1_netsearch.LoadUrl(searchurl)
The only differences between this and the gps apps webview call is the gps app called a google map and was not on a tabbed screen. Here the webview is the only item on the tabbed screen.
One other webview issue is that on an emulator the app loads the default page of "file:///android_asset/default.html" properly but on the phone it shows just a white area with nothing inside it for some reason. That uses the command:
WebView1_netsearch.LoadUrl("file:///android_asset/default.html")
Any ideas greatfully appreciated, thanks
Dave