iOS17 system crash log : ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DOMHTMLTextAreaElement _selectionDisplayInteraction]: unrecognized selector sent to instance 0x2817a3800'

........

我也遇到这个问题了,具体情况如下: 我的App使用了UIWebView控件,只要是UIWebView加载的web页面,且页面中包含输入框时,打字输入就会触发闪退。

I've also encountered this problem, the details are as follows: My app uses UIWebView, when typing in a web page that's loaded by UIWebView, the app crashed.

iOS17 system crash log : ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DOMHTMLTextAreaElement _selectionDisplayInteraction]: unrecognized selector sent to instance 0x2817a3800'
 
 
Q