Initial Android support

This commit is contained in:
Sebastián Katzer
2014-10-26 16:47:18 +01:00
parent a782f8ffe9
commit e4f6d7cd0b
4 changed files with 377 additions and 1 deletions

View File

@@ -46,4 +46,6 @@ BackgroundMode.prototype = {
var plugin = new BackgroundMode();
document.addEventListener("backbutton", function () {}, false);
module.exports = plugin;