Add to Home Screen Web App

  • Thread starter Thread starter C
  • Start date Start date

C

New Member
Whenever I add my webapp to the home screen and click on a link, it takes the user out of the web app and into Safari. The link is a home button, it takes the user back to the home page. The home page works fine, but it only leaves the app when I click the home button. The web app works fine on my Mac. Here is the code:\[code\]<a href="http://stackoverflow.com/questions/3791678/<?php echo"Home.php?name=$name";?>">Go Home</a>\[/code\]Is something wrong with the php? I need the php so the query string will work. Thanks for the help.
 
Back
Top