iOS Question webview showing blank page

le_toubib

Active Member
Licensed User
Longtime User
hi all :
i try to load a page using this command :

B4X:
    WebView1.LoadUrl("file://" & File.Combine( File.DirDocuments , ReportPath))
where report path is correct, and the file exists.
i get a blank page, and i get this error :

what am i missing
 

le_toubib

Active Member
Licensed User
Longtime User
strangly enough, it worked when i was on iphone 4 and 5s, but still give the same error on ipad mini... is there an explanation to that?
 
Last edited:
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
I am also having a problem with the WebView. I am using:
B4X:
WebView1.Loadurl(File.Combine(File.DirAssets,"readme.htm"))
The simple .htm file is perfectly displayed on my two test devices (iPhone4 and iPad) when in debug mode, but when deploying 'Build Release App' the WebView is completely blank. The program continues to run without error.

???
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…