In previous versions of iOS, tags would open Mobile Safari, and you had to intercept those to instead stay inside the webapp (an HTML page that has be
window.open('http://www.google.com/', '_system');
this will open native Safari Application even on latest version of iOS...
Happy coding!!