Is there a decent alternative to the href element? I need this because the href removes the fullscreen of an app and re-opens it in browser even after the user bookmarked the webapp.
simply replacing <a href="myLink.html">mylink</a> with <a ontouchstart="window.location='myLink.html' ">mylink</a> doesn't work because of the hashtag navigation.