iOS Question webview broken? on iphone 6 ios 12.5.1

omarruben

Active Member
Licensed User
Longtime User
hi, I have this code working on an iPad Air 2 perfectly, but on the iphone 6 show a blank page, any workaround? or fixing?

B4X:
wwShowDocument.LoadUrl(xui.FileUri(VideoFileDir,"myimage.jpg" ))

* wwShowDocument is a webview on a B4XPage
* VideoFileDir = File.DirLibrary
 
Top