-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-ios
-
Labels:None
-
Environment:
iPhone X, 11.4.1
Сordova 8; cordova-ios version 4.5.4;
Sometimes app crashes after pressing paste (or cut) button from native popup that appears on textfield.
That bug reproduced after many double taps on textfield. Textfield receive a focus, cursor and native popup showed but keyboard is not appears. Then tap on any of popup button causes a app crash.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIWebView paste:]: unrecognized selector sent to instance
Looks like the same problem as described in this SO thread