问题描述:
http://stackoverflow.com/questions/35640909/uiwebview-force-to-modify-the-outerhtml-will-make-it-uneditable
感觉 bug 出现在 webView2 中的 webViewDidFinishLoad 方法中,就是在该方法中调用
[webView2 stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"document.getElementById('content').outerHTML = '%@'",someOuterHtml]];
就会出现上述问题。
[该 html 中 body 就只有一个 content 节点,打印出来的 html 是全的]
这是个什么 bug ,是调用位置出错,还是其他原因呢?
谢谢您看到了此处。