question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

swipeBackEnabled not working in 3.5.0

See original GitHub issue

Ionic 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:closed
  • Created 6 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jgw96commented, Jun 30, 2017

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!

2reactions
Mike1707commented, Jul 26, 2017

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

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found