We have made an update to our apps which makes it possible for weblinks in html objects to open in a popup window in the app. If this is used in the My Account view (only applicable for apps using the Subscription API) of the app the link will open in Safari.
When linking to another Web site in an HTML objects (say, an HTML ad that might link to the company’s Web site) the web site will open in the box created for the HTML object. To avoid this, simply enter openwindow- before the URL in the HTML document. This will force it to open a browser window on top of the HTML object.
E.g.
<a href=”openwindow-http://www.magplus.com">Mag+</a>
0 Comments