Software Archive
Read-only legacy content
17060 Diskussionen

Back

Adam_t_1
Einsteiger
1.410Aufrufe

Hi.

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

0 Kudos
4 Antworten
Hamilton_Tenório_da_
Geschätzter Beitragender I
1.410Aufrufe

I am using this command:

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

 

Using this way, the button is no effect.

Adam_t_1
Einsteiger
1.410Aufrufe

Please i need something what works.

Hamilton_Tenório_da_
Geschätzter Beitragender I
1.410Aufrufe

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

PaulF_IntelCorp
Mitarbeiter
1.410Aufrufe

@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

Antworten