Software Archive
Read-only legacy content

Back

Adam_t_1
Beginner
710 Views

Hi.

I would like to ask. How can i turn off back button on mobile apk ?

0 Kudos
4 Replies
Hamilton_Tenório_da_
Valued Contributor I
710 Views

I am using this command:

//intercepta botão voltar do aparelho
document.addEventListener("backbutton", false, false);

 

Using this way, the button is no effect.

0 Kudos
Adam_t_1
Beginner
710 Views

Please i need something what works.

0 Kudos
Hamilton_Tenório_da_
Valued Contributor I
710 Views

It works for me. Do you mark DEVICE on plugin tabs?

0 Kudos
PaulF_IntelCorp
Employee
710 Views

@Adam -- no plugins required, see this doc page for details: http://cordova.apache.org/docs/en/5.0.0/cordova_events_events.md.html#backbutton

0 Kudos
Reply