If an iOS user adds your webapp to the homescreen and clicks on a link, the page will usually be opened in safari. While this is good for external links, it's not very useful for internal links. The Linkhandler will open external Links in Safari and internal links (same url) inside the Webapp. You can also force the behaviour with a class.
###Include JS <script type="text/javascript" src="linkhandler.js"></script>
###Force Safari Open in Safari
###Force internal Open in the WebApp
###Requirements The App requires jQuery and Works on all iOS Versions except on iOS between 7.0 and 7.0.2 since there was a bug that prevented opening safari.