标签: android webview android-webview
如果基本URL相同,如何检测Android中Webview的URL的变化?
例如:
"******/abcd"
已更改为
"******/efgh"
如何在Webview中检测到此情况。我已经使用shouldOverrideUrlLoading和onPageFinished方法进行了测试,但是它们并不可靠,这意味着它们不能一直工作。
Webview
shouldOverrideUrlLoading
onPageFinished