我正在注入此 JS 以在运行时获取navigating url
( )。destination
我收到 JS 异常。怎么了?
static String NAVIGATING_FUNCTION = "window.onbeforeunload = function(){ window.external.notify(' + location.href + ''); };";
webView.InvokeScript("eval", new String[] { NAVIGATING_FUNCTION });
另外请告诉我如何cancel the navigation
使用这个 JS 返回上一页?