GET variables not working for webView on Android

Hi,

Has anyone else had a problem trying to pass GET variables via the URL when opening a webView on an Android device? Although it works fine on iOS, my web page won’t load in scenario B below:

A: webView:request( "graph.html, system.ResourceDirectory )

B: webView:request( “graph.html?test=1”, system.ResourceDirectory )

I have seen older posts suggesting that this is an issue but would like confirmation. If so, it’s a major problem for anyone who wants to pass some content to a local web page.

Anyone have any ideas for a workaround? 

Also, if this an issue, can someone at Corona add this as a Gotcha to the webView docs? It would have saved me hours of grief.

Many thanks,

Jeff