Hi Community,
I found a issue with webView when loading local html file with parameters on Android.
It perfectly loads webpage.
webView:request( “test.html”, system.ResourceDirectory )
When I tried to load it this way
webView:request( “test.html?someVeriable=value”, system.ResourceDirectory )
It say “webpage is not available” screenshot attached.
Is it a bug?
My Corona build is 2015.2646
Regards,
Usman Mughal