mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Remove unexpected back button handler
This commit is contained in:
parent
4c1332ed4c
commit
90f4aa86db
@ -23,9 +23,6 @@ var exec = require('cordova/exec'),
|
|||||||
channel = require('cordova/channel');
|
channel = require('cordova/channel');
|
||||||
|
|
||||||
|
|
||||||
// Override back button action to prevent being killed
|
|
||||||
document.addEventListener('backbutton', function () {}, false);
|
|
||||||
|
|
||||||
// Called before 'deviceready' listener will be called
|
// Called before 'deviceready' listener will be called
|
||||||
channel.onCordovaReady.subscribe(function () {
|
channel.onCordovaReady.subscribe(function () {
|
||||||
// Device plugin is ready now
|
// Device plugin is ready now
|
||||||
|
Loading…
Reference in New Issue
Block a user