I al working on a little app that have external links on it, and I’ve activated the inAppBrowser plugin, so the links gets opened in the app view, but the thing is … that little button that says “Done” doesn’t shows up!? do I need to do something extra within my ionic project ? any thoughts …?
What target are you using when launching the InAppBrowser. Using _system probably won’t show a done / close button because it uses the system browser. However, using _blank opens a Cordova browser.
Also note that the location must be set to yes for Android since the close button is part of the location bar.