You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/30 05:53:01 UTC

[GitHub] [cordova-plugin-inappbrowser] Bhagirath123 commented on issue #545: Options not working

Bhagirath123 commented on issue #545:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/545#issuecomment-621627635


   you need to use option like this
   
   options : InAppBrowserOptions = {
       hideurlbar:'yes',
       hardwareback:'no',
       hidenavigationbuttons:'yes',
       toolbarcolor:'#081F48',
       fullscreen:'yes',
       closebuttoncolor:'#081F48',
       hidden:'no',
       zoom:'no',
       shouldPauseOnSuspend:'no',
       disallowoverscroll:'no',
       toolbar:'no',
       enableViewportScale:'no',
       presentationstyle:'fullscreen'
     };


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org