4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-26 03:40:12 +08:00
macdonst c5ada0f09f Deprecating navigator.app.overrideBackbutton
Everyone should be using:

    document.addEventListener("backbutton", yourCallbackFunction, false);
2012-01-31 15:02:11 -05:00
..
2012-01-30 16:07:20 -05:00