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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -