@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(): trueBut 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 booleansAm I missing something or is this a bug / not yet implemented?
Posts: 1
Participants: 1