Anim
Posts: 0
Joined: Fri Jul 03, 2015 10:45 am

Back Button ACTUALLY Take You to Previous Page

Hi Kateryana,

Can you please help me with, how to disable "history.back()"?
If I disable this, will it disable for particular page or entire APP.

Animesh

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Back Button ACTUALLY Take You to Previous Page

Hello Anim,

Please add a JS code below on the device ready event of the start page:

predocument.addEventListener("backbutton", function (e) {
e.preventDefault();
}, false );
/pre

Anim
Posts: 0
Joined: Fri Jul 03, 2015 10:45 am

Back Button ACTUALLY Take You to Previous Page

Thankyou :)

Return to “Issues”