For example if a WebView loaded "test.html?PageId=10", how would I get that PageId is equal to 10?
A:
Try getUrl() or getOriginalUrl() to get the URL, then parse the URL to find the page number.
CommonsWare
2010-08-04 01:31:59