After loading up a Webclip with some links in it, clicking a link launches Mobile Safari instead of loading the link in the same window. Is there a way to prevent the link loading in Safari instead of the Webclip instance? I'm trying to mock up a mobile app just using PHP on my local Apache installation.
|
feedback
|
|
According to the Apple docs it looks like external page links will always open in Mobile Safari:
| |||
|
feedback
|
|
In addition to the option of using a single page loading new content with AJAX, you can use the JavaScript If you are using jQuery, I would recommend something like this:
Obviously this script should be ran after the HTML has loaded, to ensure that it actually attaches to the | |||
|
feedback
|