Hi,
In our app we implement advertisements from a third party service by using doubleClicker.
The advertisements are placed and consists an iframe with an image with link. But clicking this link the website opens in a new screen without the ionic header and without the possibility of using the Android back button.
I’ve installed the Cordova inapp-browser plugin and cordova-plugin-themeablebrowser, but the first needs to change the contents of the iframe which i can’t and the second only works when i open the link with the following command:
cordova.ThemeableBrowser.open(‘http://google.com’, ‘_blank’);
Both won’t work in our app, because the link is inside an iframe where i can’t change the contents.
Does anyone have any suggestions so that opening a website automatically opens with a navbar with a back button?