I'm building a phonegap app. It contains an iframe which loads the pages from another domain. Those pages may contain some links. When I open up those links on iOS, the links take over the whole screen. Then I have no way to go back to the application. On android, the link cannot be opened due to "Forbidden by X-Frame-options". Any ideas how to fix it? Thanks