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 2019/11/02 23:00:20 UTC

[GitHub] [cordova-plugin-inappbrowser] timmliu opened a new issue #566: app freeze/unresponsive if closed without pressing close button

timmliu opened a new issue #566: app freeze/unresponsive if closed without pressing close button
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/566
 
 
   # Bug Report
   App freezes/becomes unresponsive if the in app browser is closed by swiping down instead of hitting the Close button.
   
   ## Problem
   ### What is expected to happen?
   I would expect swiping down to have the same result as pressing the Close button and the app to continue to work as normal.
   
   ### What does actually happen?
   App becomes unresponsive, nothing in the UI works, there are no errors thrown or logs shown. Force killing the app resolves the issue. 
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   I'm using _blank for the in app modal, and usewkwebview=yes. Pulling latest master 80feff6cf8e3def9bdd388e56d6cb2dbb44a2d2c fixes the in app browser not showing up (issue in 3.1.0) but there is still an issue with swiping the browser modal away, which will not work as expected. I have tried various forks and updating other packages but have not been able to resolve. 
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Open in app browser, when closing, instead of pressing Close button (which works), swipe the modal down to dismiss it. The UI becomes unresponsive afterward. 
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iOS 13.
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   "cordova": "^8.1.2",
   "cordova-ios": "^5.0.0",
   "cordova-plugin-ionic-keyboard": "^2.1.3",
   "cordova-plugin-wkwebview-engine": "^1.1.4",
   "cordova-plugin-wkwebviewxhrfix": "git+https://github.com/TheMattRay/cordova-plugin-wkwebviewxhrfix.git",
   "cordova-plugin-inappbrowser": "git+https://github.com/apache/cordova-plugin-inappbrowser.git",
     ...
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
     Similar to https://github.com/apache/cordova-plugin-inappbrowser/issues/426 but doesn't seem to be the same issue.
   - [ ] I updated all Cordova tooling to most recent version
     I'm not able to update all the tooling atm. 
   - [x] I included all the necessary information above
   

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