cordova - Ionic 2 Tabs/Footer and InAppBrowser -


i use simple function open webpage in inappbrower:

lauchpage(url) {     this.platform.ready().then(() => {          console.log('ready');         this.iab.create(url);      }) } 

but browser launching in fullscreen tabs hidden. way open inappbrowser in specific area in app. example in <ion-content>?

you try using themeable browser , customizing it's height (i haven't tested plugin, since can customize it, it'll fit need).

but since you're creating page on page, if clicks tabs, page still continue working in background, advise use platform.resume() close page if in app clicked.

hope helps :d


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -