@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