After installing and recompiling my app with B4i 6.50, WebView is no longer able to open local HTML files. Works fine in B4i 6.30.
Used code (open file and jump to anchor):
What is required to get this working again?
Used code (open file and jump to anchor):
B4X:
WebView1.LoadUrl("file:///" & sFile & "#stat")
What is required to get this working again?