-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: crash on ios9 when input focus #4402
Comments
I have the same problem. |
I have the same problem, too. |
+1 |
+1 We're seeing this with the InAppBrowser plugin. The plugin is making UI changes within the main WebView thread and the new iOS SDK throws an exception now (instead a warning). Tried wrapping the Also, wrapping the method in https://cordova.apache.org/docs/en/2.5.0/guide_plugin-development_ios_index.md.html |
+1 |
Have not seen this before, though this might not be the best place to open an issue for it. It sounds like this is a cordova specific issue. Please follow up with the cordova folks and open an issue here. https://issues.apache.org/jira/browse/CB-9746?jql=project%20%3D%20CB Closing this for now, if someone could open an issue on their issue tracker with any relevant information, we can follow it up over there. |
I've opened up the following thread after no finding any others referencing autolayout: https://issues.apache.org/jira/browse/CB-9769 |
It is a show stopper for me :( 2015-10-08 20:31 GMT+02:00 Ryan England [email protected]:
|
There appears to be a problem with the Swype keyboard extension on iOS 9 causing crashes. I've even been able to get Chrome (outside of Cordova) to crash using this keyboard on iOS 9. I've created a very simple Cordova plugin to prevent third party keyboards from running in the app. This will at least keep the app from crashing. |
Also, if you install the Swype keyboard, and hook up an iPhone to the debugger, when the app crashes, every single time, the keyboard has slid out just to the space bar. It seems at that point there is some code that runs on a background causing the crash. |
@kurtisf nice, thanks for the plugin. I wonder if it would be possible to integrate that code into the keyboard plugin? |
@mhartington It should be easy enough. I'll need to change the code from being in a category to a swizzle to be more correct. I'll see if I can make a pull request to the keyboard plugin in the next day or two. |
+1 for this. Not sure if exactly the same issue but I've had users saying that they're using Swype with ios9 and the app just crashes. They had to revert to the normal keyboard to be able to open the app. |
Thanks for the info - have got our client to remove Swype keyboard and not experiencing this error anymore. Great!
|
@mhartington I made a pull request for the keyboard plugin: |
@kurtisf +1 - https://github.com/kurtisf/cordova-plugin-restrict-keyboard |
Type: bug
Platform: ios 9 webview
just crash in ios9
The text was updated successfully, but these errors were encountered: