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 15:26:45 UTC

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

rajashekaranugu opened a new 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
 
 
   On IphoneX and above, when I open an webpage using in-app-browser, the opened inappbrowser web page can be pulled down to close. (do not use close button at the bottom, but just pull the page down and it will be closed).
   
   ## Problem
   After web page is closed app freezes.
   
   ### What is expected to happen?
   on iphone 8 and below we cannot pull down to close the opened web page. but on iphoneX and above it is possible to close the web page just by pulling down
   
   
   happening on both the versions of 3.1.0 and 3.2.0 in app browser
   
   ionic-info
      Ionic CLI                     : 5.4.4 (/usr/local/lib/node_modules/ionic)
      Ionic Framework               : @ionic/angular 4.10.0
      @angular-devkit/build-angular : 0.801.3
      @angular-devkit/schematics    : 8.1.3
      @angular/cli                  : 8.1.3
      @ionic/angular-toolkit        : 2.0.0
   
   Cordova:
   
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : android 8.1.0, ios 5.1.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-migrate-ios-storage 0.3.6, cordova-plugin-ionic-webview 4.1.2, (and 19 other plugins)
   
   Utility:
   
      cordova-res : 0.8.0 (update available: 0.8.1)
      native-run  : not installed
   
   System:
   
      ios-deploy : 1.9.4
      ios-sim    : 8.0.2
      NodeJS     : v10.15.1 (/usr/local/lib/node_modules/node/bin/node)
      npm        : 6.4.1
      OS         : macOS Mojave
      Xcode      : Xcode 11.3 Build version 11C29
   
   

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


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

Posted by GitBox <gi...@apache.org>.
rajashekaranugu commented on issue #612: App freezes on iphone, 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-588288934
 
 
   https://github.com/apache/cordova-plugin-inappbrowser/issues/566#issuecomment-553014460 FIXED MY ISSUE

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


[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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
rajashekaranugu closed issue #612: App freezes on iphone, after the opened web page is pulled down to close using in-app-browser
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/612
 
 
   

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