Does anyone know how to pass a url parameter to a local page in the Web Browser Control?
When you navigate to the page alone "/Html/MyPage.html" all is well but as soon as you add a parameter "/Html/MyPage.html?Message=Hello" I get an error page stating that we could not navigate to the page.
Any ideas?
As another workaround you can pass your arguments as location hash parameter (if it is not used)
and then in index.html
(args = ‘#p=123&p2=567’)
Tested on WP7 (index.html is stored in isolated storage) + WP8 (index.html is loaded directly from XAP)