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

iOS 9 bug causes application to crash when longpressing and tapping links #46

Closed
bernhard-eiling opened this issue Jan 6, 2016 · 3 comments
Labels

Comments

@bernhard-eiling
Copy link

After long pressing and afterwards tapping a link an application crashes.
This is apparently a iOS bug https://forums.developer.apple.com/thread/19480
The crash occurs only under iOS 9.0 and 9.1

Reproduction:

  1. Open a detail view including a link.
  2. Long press the link.
  3. Tap the link.
@vtourraine
Copy link
Owner

Thanks for the bug report. I wasn’t aware of this problem, and I’m actually unable to reproduce it. I’m on iOS 9.2 (latest public release). Has it been fixed (this forums thread doesn’t tell)?

If that’s the case, I’m not sure if it’s worth adding extra code to handle this bug. Everyone on 9.0 and 9.1 can (and most likely, will) update to more recent versions. Does that seem fair?

@vtourraine vtourraine added the bug label Jan 7, 2016
@bernhard-eiling
Copy link
Author

Hey @vtourraine thanks for responding that quick. We had an internal discussion about the issue and decided that we won't need a bugfix because, as you mentioned, most people will upgrade to at least 9.2

@vtourraine
Copy link
Owner

👍

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

No branches or pull requests

2 participants