Phonegap - navigator.app.backHistory() not working on HTML back button

前端 未结 4 1603
灰色年华
灰色年华 2020-11-29 06:27

In my app i am using phonegap 2.6.For back button, I am using the following function

document.addEventListener(\"backbutton\", onBackKeyDown, false);

functi         


        
4条回答
  •  情话喂你
    2020-11-29 06:31

    it depends where you are: on my windowsphone 8.1 lumia 925, it works history.go(-1);, while navigator.app.backHistory(); causes an exception before crashing.

    On my Android (I believe the majority), navigator.app.backHistory(); works properly.

提交回复
热议问题