You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/17 16:18:11 UTC

[GitHub] [cordova-plugin-inappbrowser] rajashekaranugu commented on issue #612: App freezes on iphone X and above, after the opened web page is pulled down to close using in-app-browser

rajashekaranugu commented on issue #612: App freezes on iphone X and above, after the opened web page is pulled down to close using in-app-browser
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/612#issuecomment-575692901
 
 
   options: InAppBrowserOptions = {
       location: 'no',//Or no 
       hidden: 'no', //Or  yes
       clearcache: 'yes',
       clearsessioncache: 'yes',
       zoom: 'yes',//Android only ,shows browser zoom controls 
       hardwareback: 'yes',
       mediaPlaybackRequiresUserAction: 'no',
       shouldPauseOnSuspend: 'no', //Android only 
       closebuttoncaption: 'Close', //iOS only
       disallowoverscroll: 'no', //iOS only 
       toolbar: 'yes', //iOS only 
       enableViewportScale: 'no', //iOS only 
       allowInlineMediaPlayback: 'no',//iOS only 
       presentationstyle: 'pagesheet',//iOS only 
       fullscreen: 'yes',//Windows only    
     };

----------------------------------------------------------------
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


With regards,
Apache Git Services

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