Force iOS app opens external links in safari
问题 I have an iOS app that I made using PhoneGap and JQuery mobile. The app has some external links that I want to open in mobile safari but as of now, they just open in the app view. The links are written like this : <a rel="external" href="wwww.example.com">Click Here</a> I read JQuery mobiles docs and it stated that adding rel="external" would solve this but apparently not. Any ideas? Keep in mind, this is a HTML base app. 回答1: Finally was able to do it by navigating to MainviewController.m