htmliossafariiphone-standalone-web-app

Safari Webapp force to open Safari when click another link


I am working with Safari web app for iDevice. I got the configuration right from Configuring Web Applications and it went well without any issues. In my web app, there is a link for logging out the web page that requires to redirecting the webpage. The problem is when it redirects, it opens Safari app instead of redirecting in the web app. It's not like Google Chrome on Android device, it works well.


Solution

  • I solved it by using javascript to redirecting instead of using a tag.