I have a problem with some Android devices when I try to call a local archive in the web view.
work in all devices
webView:request( “map.html”, system.ResourceDirectory )
don’t work in some Android devices
webView:request( “map.html?id=0”, system.ResourceDirectory )
Could someone help me?