IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Force. Show all posts
Showing posts with label Force. Show all posts

Thursday, February 14, 2013

Force app iframe links to open new browser window?

We're building a simple app that uses iframes to pull in external images and text to display in specific regions of the app's pages. The text displayed is an HTML list of links -- each link the name of a legislator -- that lead to that person's official biography. The client wants the following behavior: When the app user clicks a name/hyperlink, the iPad browser should take over and display the bio. When done reading the bio, the user can click the browser's close-window symbol at top right, then they will be back where they started in the app.

 

For some reason, these links insist on opening within the iframe, regardless of whether or not we use the target="_blank" method. I tried Googling for this as a known behavior, but found nothing. Tips?


View the original article here

Re: Force app iframe links to open new browser window?

SOLUTION:

 

For anyone who comes across this thread. When using iframes inside an app, and wanting a hyperlink to open an entirely new window in a browser, here is the syntax:

 

http://www.companyname.com/">This creates a new window

 

Notice it's merely a vanilla-flavor hyperlink with popup: inserted before the http!


View the original article here

Re: Force app iframe links to open new browser window?

SOLUTION:

 

For anyone who comes across this thread. When using iframes inside an app, and wanting a hyperlink to open an entirely new window in a browser, here is the syntax:

 

http://www.companyname.com/">This creates a new window

 

Notice it's merely a vanilla-flavor hyperlink with popup: inserted before the http!


View the original article here