简体   繁体   中英

Cordova IOS platform update disables swipe-to-go-back feature in Ionic

I updated IOS platform of my Ionic project from 3.9.2 to 4.2.1. After the update, swipe-to-go-back feature is disabled. I don't disable swipe-to-go-back anywhere. I also tried to correct it by adding $ionicConfigProvider.views.swipeBackEnabled(true) line to app.js, but it didn't work. How can I solve this issue?

启用的另一种方法是在视图上添加以下代码:

<ion-view can-swipe-back="true"></ion-view>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM