-
-
Notifications
You must be signed in to change notification settings - Fork 245
iOS tap issue #24
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
Comments
I’m hitting this error as well on a number of the samples. Very odd that there’s not more debugging information. |
This is most likely the same bug that causes app to crash on |
I got the exact same exception yesterday. |
Found something worth sharing - It seems that the app crashes when an event is attached on a view inside a scroll. The simplest reproduce I got was that:
The example with the list-view also crashes and again - the list view is scrollable. |
The issue Igor mentions was only in Android - the app crashed on garbage collection - I've reported it to Peter Kanev (@Pip3r4o) and he said that he reproduced it and tracked down its reason. No idea if the issue is logged though. Also not sure if this is the same issue as iOS runtime architecture is different. |
Interesting that it seems to happen in a |
It crashes instantly so I don't think its a GC issue. UIGestureGraphEdge in the error above and the fact that Scroll/list-view handle touches makes me think it is gesture-related. |
I get the same error using a ListView inside a DockLayout with 1.3.1, which is strange because it appears to have been fixed. |
Update: It crashes on iOS 11.x (simulator) but not iOS 9.x (physical device) |
I am facing the same issue buttons inside a scroll view. Haven't tested on a physical device. |
Same problem =[ |
I found a workaround -> #201 |
+1 |
when tapping any element on the sample apps, the app crashes:
The text was updated successfully, but these errors were encountered: