parvageshahariar opened a new issue #1064: URL: https://github.com/apache/cordova-ios/issues/1064
# Bug Report ## Problem Swipe Back Not Working after upgrading to Cordova-ios 5.1.1 to 6.1.1 ### What is expected to happen? sdds ### What does actually happen? Swipe back is working for Ionic v1 and Cordova-ios 5.1.1. But When I upgrade to newer version of cordova-ios, swipe back stopped working. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> This is 100% replicable as I get every pages where I enable swipe back. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> $ionicConfig.views.swipeBackEnabled(true); not working alongside can-swipe-back="true" <ion-view title="" cache-view="false" can-swipe-back="true"> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Experiencing this issue in Ipad & Iphone (ios version 13,14) ### Version information Cordova version: 10.0,1 Cordova-Ios version: 6.1.1 ionic version: v1 Xcode: 11.2.1 <!-- 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. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x ] I searched for existing GitHub issues - [x ] I updated all Cordova tooling to most recent version - [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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
