I open a PDF file in UIWebView
. The PDF has links, and when I long press the link, an actionSheet
appears. When tapping on "Open" button, the app crashes for no reasons. This happens on iOS 6
and not on iOS 7
.
Asked
Active
Viewed 239 times
1

SwiftArchitect
- 47,376
- 28
- 140
- 179

RDV
- 31
- 3
-
Have you tried with actual device? – Pranjal Bikash Das Dec 06 '13 at 09:39
-
Of course. And did also zombies on simulator. – RDV Dec 06 '13 at 09:43
-
Nothing? I don't understand why this is happening – RDV Dec 06 '13 at 12:39
-
So post the PDF and a demo project that demonstrates this crash on some public site. Without the PDF no one can possibly help you. Also if it works on 7 then it's a moot issue - apple won't fix it in an old release. Disable the ability to open links in 6. – David H Dec 06 '13 at 13:01
-
how can I disable long press on link in webView? – RDV Dec 06 '13 at 14:57