Eduardo Barrero
Eduardo Barrero

Reputation: 71

Ionic Cordova InAppBrowser inside ion-content

I need to load an external URL inside my app, made with Ionic 3.13.2 and Cordova 7.1.0 , and I'm using InAppBrowser plugin (due to render issues in ios, i cannot use iframe, object, or similar). The problem is that when I load open the InAppBrowser, since it is a new window, I lose my tab bar at the bottoms so I lose the navigation capacity. I wonder if it is possible to 'embed' an InAppbrowser inside ion-content. So far I'm tricking it, loading the content and then injecting HTML simulating the tab bar, but it would be great if I would avoid this.

Current behavior

current-behavior

Desired behavior

desired-behavior

Thanks all in advance!

Upvotes: 5

Views: 2572

Answers (1)

nerevo
nerevo

Reputation: 11

Use the Plugin „themeablebrowser“ https://github.com/initialxy/cordova-plugin-themeablebrowser

Upvotes: 0

Related Questions