swipeBackEnabled not working in 3.5.0
See original GitHub issueIonic version: (check one with “x”) [ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [ x ] 3.x
I’m submitting a … (check one with “x”) [ x ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior: After upgrading to 3.5.0 the swipeBackEnabled is not working anymore (in any view).
After downgrading to 3.4.2 everything works fine.
Expected behavior: Pages should go back with a swipe on iOS.
Related code:
Configuration in app.module.ts:
ionicModule.forRoot(MyApp, {
swipeBackEnabled: true
})
Ionic info: (run ionic info
from a terminal/cmd prompt and paste output below):
global packages:
@ionic/cli-utils : 1.4.0
Cordova CLI : 7.0.1
Ionic CLI : 3.4.0
local packages:
@ionic/app-scripts : 1.3.7
@ionic/cli-plugin-cordova : 1.4.0
@ionic/cli-plugin-ionic-angular : 1.3.1
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.5.0
System:
Node : v7.7.1
OS : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b
ios-deploy : 1.9.1
ios-sim : not installed
npm : 4.1.2
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
swipeBackEnabled not working in 3.5.0 · Issue #12219 · ionic-team ...
After upgrading to 3.5.0 the swipeBackEnabled is not working anymore (in any view). After downgrading to 3.4.2 everything works fine. Expected behavior:
Read more >swipeBackEnabled not working, throws error - ionic-v1
When i try to use $ionicConfigProvider.swipeBackEnabled(false); to disable swipeback on iOS i get this error: Uncaught Error: ...
Read more >Untitled
... of undefined" ([#323](https://github.com/zyra/ionic2-super-tabs/issues/323)) ... Bug Fixes * **super-tabs:** fix tabs for ionic-framework@3.5.0 ...
Read more >Ionic 3 enable swipe back for a single page - Stack Overflow
So'm trying to set it by passing a nav instance to constructor and then setting swipeBackEnabled to true. ionViewWillEnter() { this.nav.
Read more >Load Images in device gallery - Ionic Framework
Next Ionic 3 split-pane - menuToggle not working ... I know that Ionic 3.5.0 introduced changes for this specific issue, but they are...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @Mike1707 , would you mind giving the latest nightly a try
npm install ionic-angular@nightly --save
and see if that fixes it for you? thanks!Hey @ericmorentin for me it’s working with 3.5.3. Maybe you have to set in app.module.ts
ionicModule.forRoot(MyApp, { swipeBackEnabled: true })