Hi,
I have a web view that i'm successfully able to load using:
<View class="rightSection"> <WebView id="webview" url="radar-basic.html" /> </View>However when i pass some variables i.e.
<WebView id="webview" url="radar-basic.html?somevalue=abc" />On looking at window.location The parameters are not shown.
How do i get them to appear?