Android 的 webview 中加载一个 SPA (单页面应用)网站
我通过 shouldoverrideurl 方法来监听 Webview 的 URL,对 URL 进行某些预处理
但是,SPA 中大部分是 hash 值变化,因此这个方法就监听不到变化
从 a.html#/home 跳转到 a.html#/other
a.html#/home
a.html#/other
请问有什么办法监听 hash 值的变化吗?
相关分类