Get vars webview

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?

What does “working” mean?  Should “map.html?id=0” return different data than “map.html?id=1”?  or do you just want it to ignore anything after the question mark ?

My understanding is that a webview is “just” invoking the local (android/ios) web browser to render a file … so it’s not clear what it can do with the extra variables?

What does “working” mean?  Should “map.html?id=0” return different data than “map.html?id=1”?  or do you just want it to ignore anything after the question mark ?

My understanding is that a webview is “just” invoking the local (android/ios) web browser to render a file … so it’s not clear what it can do with the extra variables?