Hi I have a problem on mobile development when i use iFrame to load an external website into the app. The external website has a URL link to their terms, when i press this it dosen't open in the iframe or opens the extrnal browser. The Website take over the whole screen and a can't go back in the app if I'm on IOS. The website essentially takes over the whole screen and the only why to get back to the apps real interface is to close the app completely if I'm on IOS. Can i fix this some way make the iFrame open the link or an external browser on the phone?
Best Regards,
Eric Lind
Hi Eric,
you can use InAppBrowser Forge & try the same.
perhaps for the iframe, to force an external link to open in the same frame, you can try with a JS to update the links of web-page under iframe, such as:
<a target="_parent" href="http://url.org">link</a>
I am still not sure this idea is possible .. but it just something that can be try...
assif_tiger wrote:
I will try that thanks
eric lind wrote:
You can also add a onclick event and load the following JS script:
window.open('https://www.outsystems.com', '_system');
Kind regards,
Sylber
Hi
As described above InAppBrowser will resolve your issue.We used same in our app and that will open external website and when external website opened that time there is a DONE button appeared when u click on that will back on your app