I have word document (.docx) with hyperlink, which points to my own app with specified app URL -> myApp://url. There is problem with webViewShouldStartLoadingWithRequest:navigationType:
delegate event, when I open this document in UIWebView and try to tap on link.
It works, if the link is in full form like -> "File is located myApp://fullURL" in text, but if the link is hidden behind some word like "File is located here.", UIWebView doesn't recognize link and event is not fired.
Does anyone have the same problem? Regular hyperlink (http://) works well.