gary258796 commented on issue #1098:
URL: https://github.com/apache/cordova-ios/issues/1098#issuecomment-1309883394

   > In my case, my app stuck when following below steps
   > 
   > 1. Click input field which will open keyboard .
   > 2. Receive SMS message , and make sure autofill function is open and 
enable so we should see the authentication code from the SMS message on the top 
of our keyboard.
   > 3. Bring the App to the background, and bring the App back to foreground.
   > 4. Click any numbers
   > 
   > Then the app stuck and not able to use anymore except we restart the 
entire app.
   > 
   > <img alt="" width="300" height="700" 
src="https://user-images.githubusercontent.com/53204534/200999781-da2f5be3-fef9-46ba-8d56-c31cf5a0697e.PNG";>
   
   Just tested and have some result.
   
   From tag 5.1.1 to 6.0.0, commit #773 switch UIWebView into WKWebView as 
default engine, then the problem disappeared.
   So i think is just bug in UIWebView.
   
   And just for someone here later, if you are still using Cordova ios version 
below 6.0.0, you can follow [instructions in 
cordova-plugin-wkwebview-engine](https://github.com/apache/cordova-plugin-wkwebview-engine)
 by adding plugin and add one or two line config.
   For Cordova ios version above 6.0.0, you don't have to worry about since 
WkWebView is the default engine start from 6.0.0.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to