Posts

Post not yet marked as solved
1 Replies
1.5k Views
On UIWebView; In input type text when I enter the key '@@@@' and then switch to input type password. The app crash immediately with the following error on the Xcode:Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[DOMHTMLInputElement __createInteractionAssistantIfNecessaryWithMode:]: unrecognized selector sent to instance ....'I cannot find more info about the __createInteractionAssistantIfNecessaryWithMode function; it seem like the private function of iPad OS.HTML code:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <input type="text" /> <input type="password" /> </body> </html>
Posted Last updated
.