Ryan Kelly
Member since May 15, 2012
- Profile: /members/9953-ryan-kelly.htm
- URL: http://exit17.net
- Comments: 2
Recent Blog Comments By Ryan Kelly
-
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
Posted on Jul 19, 2012 at 10:19 AM
@Tiffany, It sounds like we had a similar issue. I wanted links to some sites to open in mobile Safari, so I modified this. If a link with class "external" is clicked, the default behavior occurs. Otherwise, the usual links.js business happens. SO: create link with class=... read more »
-
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
Posted on May 15, 2012 at 4:24 PM
I was having difficulty with making this work with images that were wrapped in a link, as the img tag obviously has no href. Anywho, this slightly modified version solved that for me: // Listen for ALL links at the top level of the document. For // testing purposes, we're not going to worry a... read more »