IMYWebView icon indicating copy to clipboard operation
IMYWebView copied to clipboard

Replace UIWebView to WKWebView

Results 8 IMYWebView issues
Sort by recently updated
recently updated
newest added

你好 不能完全适配,比如与js交互问题,uiwebView有jscontext来注册js回来调用方法,但是wkwebView没有 这个怎么处理呢

*** Terminating app due to uncaught exception 'BadWebViewType', reason: 'Unknown web view type.' *** First throw call stack:

[WebActionDisablingCALayerDelegate willBeRemoved]: unrecognized selector sent to instance 0x60000000da70 请问,有人遇到过这个错误吗,如何解决?

wkWebView 实现UIDelegate 等代理方法后 例如runJavaScriptAlertPanelWithMessage ,在某些特定场合会崩溃,例如wKwebview 执行js alert时,wkWebview的控制器有push或present 动画未完成时会崩溃。 请问你是怎么处理的