How do I get the querystring from a web page loaded in an Android WebView? -


For example, if a WebView is "test.html? PageId = 10" full, how do I get that PageID is equal to 10

Try getUrl () Or getOriginalUrl () to get the URL, then parse the URL to find the page number.


Comments