简体   繁体   中英

Navigation app failed ios 9

I have an application made for iOS ionic until recently and iOS versions prior to 9 runs all excellent. But smartphones with iOS 9 up fails navigation, for example, and something that comes in ionic is the button again when I'm in a view and pressed that button, pretends to return but remains in the same view and we must make 1 or 2 more times attempt to finally prove. I thought it might have been updating ionic or operating system, testie in previous versions and also in other iphones (now I'm trying to iphone 6) and also iPads with iOS versions prior to 9 and everything works great.

The method used to return :

$ionicHistory.goBack();

You have a typo.

<script scr="js/angular-ios9-uiwebview.patch.js"></script>

should be:

<script src="js/angular-ios9-uiwebview.patch.js"></script>

Also, please check that the file is present in the js/ directory

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