Skip to content
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

App Crashes on Load with iOS 10 #38

Open
chrisschmidtmoven opened this issue Feb 28, 2017 · 1 comment
Open

App Crashes on Load with iOS 10 #38

chrisschmidtmoven opened this issue Feb 28, 2017 · 1 comment

Comments

@chrisschmidtmoven
Copy link

Hi All,

We have been using this plugin for a while. We recently upgraded Cordova and our app is using 4.3.1 version.

But now our app crashes on iOS 10 when Accessibility is turned on.

Resetting plugins due to page load.
*** Terminating app due to uncaught exception 'DOMException', reason: '*** DOMException 105'

Seems to be something with this:

#21 0x000000019759ed70 in -[UIView(UIAccessibilityElementTraversal) _accessibilitySubviewsForGettingElementsWithOptions:] ()
#22 0x000000019759f8b4 in -[UIView(UIAccessibilityElementTraversal) _addAccessibilityElementsAndOrderedContainersWithOptions:toCollection:] ()
#23 0x000000019759f920 in -[UIView(UIAccessibilityElementTraversal) _addAccessibilityElementsAndOrderedContainersWithOptions:toCollection:] ()
#24 0x000000019759f920 in -[UIView(UIAccessibilityElementTraversal) _addAccessibilityElementsAndOrderedContainersWithOptions:toCollection:] ()
#25 0x000000019759fd90 in +[UIView(UIAccessibilityElementTraversal) _accessibilityElementsAndContainersDescendingFromViews:options:sorted:] ()
#26 0x00000001975a016c in -[UIApplication(UIAccessibilityElementTraversal) _accessibilityViewChildrenWithOptions:referenceWindow:] ()
#27 0x000000019f0899ec in -[UIApplicationAccessibility _accessibilityResponderElement:] ()
#28 0x000000019f0901c4 in -[UIApplicationAccessibility accessibilityAttributeValue:] ()

I removed the plugin and I am still having the issue.

It works fine on iPhone 5 with iOS 10.2.1. But crashes consistently on iPhone 6 running iOS 10.2.1 which does not make sense to me.

It crashed right after Cordova starts to reset the plugins.

Is anyone else having this issue? If so, how did you resolve it?

Thanks,

Chris

@shazron
Copy link
Member

shazron commented Mar 1, 2017

Hi @chrisschmidtmoven
I'd like to see what the origin of the issue is, and possibly fix it if I can pinpoint where it happens. Firstly, I would need to reproduce it.

Can you provide repro steps (cli commands, Settings.app settings you turned on, etc) so we can get to the same page? Start with a new clean Cordova project. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants