Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Ionic 2 / iOS Swipe back not working

$
0
0

@osaton wrote:

Hi,

I'm trying to use iOS swipe back functionality and changed swipe-back-enabled="true" for <ion-nav>

In the child page navController responds like this:
.isSwipeBackEnabled(): true
.canSwipeBack(): true
.canGoBack(): true

But swiping does nothing (Testing in iOS emulator and Ionic View).

The content for this page is very basic
<ion-navbar *navbar>
<ion-title><span *ngIf="product">{{product.name}}</span></ion-title>
</ion-navbar>
<ion-content>
<h1>Test</h1>
swipeEnabled: {{swipeEnabled}}<br />
canSwipeBack: {{canSwipeBack}}<br />
canGoBack: {{canGoBack}}
</ion-content>

I tried setting swipe-back-enabled="false" for <ion-nav> and it actually still returns the same booleans

Am I missing something or is this a bug / not yet implemented?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>