Cordova - window.history.back() not working on HTML back button in iOS 9

前端 未结 6 1559
失恋的感觉
失恋的感觉 2020-12-05 21:48

In my application I am using window.history.back to navigate back to previous View

Declaration of back button

 <         


        
6条回答
  •  [愿得一人]
    2020-12-05 22:17

    @Sujania,

    According to the phonegap team, iOS9 is not officially support. This issue may be yet another bug in iOS9. You may have to wait for a fix.

    PhoneGap Build iOS 9 Support Status
    http://community.phonegap.com/nitobi/topics/phonegap-build-ios-9-support-status

    Top line: iOS 9 is not officially supported until Cordova-iOS 4.0.0, which the Cordova team is hard at work on. However some issues can be solved with some simple configuration changes.

    At this point in time, 4 bugs are reported to the Cordova Bug repository. Your issue does not appear in the respository - as of this date.

    https://issues.apache.org/jira/browse/CB-9684?jql=text%20~%20%22iOS9%22

提交回复
热议问题