标签: ios html5 uiwebview pushstate uiwebviewdelegate
当h5使用location.href转到其他网址时,将调用以下委托api。但是当h5使用pushState时它不起作用。为什么会这样?我怎么知道h5何时改变其内容?
location.href
pushState
- webView:shouldStartLoadWithRequest:navigationType: