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 2021/01/27 01:37:16 UTC

[GitHub] [cordova-ios] parvageshahariar opened a new issue #1064: Swipe Back stopped working after migrating from cordova-ios 5.1.1 to cordova-ios 6.1.1

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:
users@infra.apache.org



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


[GitHub] [cordova-ios] breautek closed issue #1064: Swipe Back stopped working after migrating from cordova-ios 5.1.1 to cordova-ios 6.1.1

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1064:
URL: https://github.com/apache/cordova-ios/issues/1064


   


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


[GitHub] [cordova-ios] breautek commented on issue #1064: Swipe Back stopped working after migrating from cordova-ios 5.1.1 to cordova-ios 6.1.1

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1064:
URL: https://github.com/apache/cordova-ios/issues/1064#issuecomment-768008819


   There is a `WkWebView.allowsBackForwardNavigationGestures(true)` api available (from JS) to enable navigation gestures.
   
   Testing this with a vanilla cordova application and this works, so I'll be closing this ticket. You can try using this API instead of `$ionicConfig.views.swipeBackEnabled(true);`. If for some reason you cannot use the cordova API directly, you'll need to raise this concern with Ionic.


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