0

I'm using the IOS simulator iPad/ ISO 4.3.2 (8H7)

I'm working on a web based app for the iPad, it works fine being viewed as a webpage on my local host.

However, when I click add to homepage button and access the site via the icon on the homepage.

All the 'a' tags stop working.

EDIT: I've found another post that people mention the same issue. See the second and third posts down.

iPad WebApp Full Screen in Safari

Community
  • 1
  • 1
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225

1 Answers1

0

The only way I have been able to get this to work is by changing all my 'a' tags to the following.

a href="javascript:this.location = 'page.php'"

For some reason when you link with javascript it stays in the same window.

Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225