Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70434

Inappbrowser - options not working (iOS)

$
0
0

@bradbeatson wrote:

Hi, I’m having trouble with getting the options for the inappbrowser working. For some reason, the only option that has any effect is the ‘toolbarposition’. I can switch this between top & bottom - but no other options work (not even location:no).

openPage(url) {
  	let options = {
  		location: 'no',
  		toolbarposition: 'bottom',
  		toolbarcolor: '#488aff',
  		navigationbuttoncolor: '#ffffff',
  		hideurlbar: 'yes',
  		location: 'yes',
  		closebuttoncaption: 'close'
  	};

  	const browser = this.iab.create(url,'_blank', options);
  	browser.show();
  }

I’ve also tried the options as a string.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70434

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>