views:

15

answers:

1

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