How to launch a new page in “iSafari”
By Matthew KrivanekPages in Safari for the iPhone operate much like tabs in the OS X version. When developing you may wish to launch a new tab. With LaunchPad, we’d like to make it so that it stays open while the web apps are launched.
The trick? Just a plain old
target="_blank"
will do the trick. Enjoy!