diff --git a/plugin.xml b/plugin.xml index 66e8490..f898f19 100644 --- a/plugin.xml +++ b/plugin.xml @@ -48,8 +48,8 @@ - - + + diff --git a/src/browser/StatusBarProxy.js b/src/browser/statusbar.js similarity index 86% rename from src/browser/StatusBarProxy.js rename to src/browser/statusbar.js index 6c06673..ed5b00d 100644 --- a/src/browser/StatusBarProxy.js +++ b/src/browser/statusbar.js @@ -26,6 +26,12 @@ function notSupported() { } module.exports = { + isVisible: false, + styleBlackTranslucent:notSupported, + styleDefault:notSupported, + styleLightContent:notSupported, + styleBlackOpaque:notSupported, + overlaysWebView:notSupported, overlaysWebView: notSupported, styleDefault: notSupported, styleLightContect: notSupported, @@ -37,4 +43,3 @@ module.exports = { show: notSupported }; -require('cordova/exec/proxy').add('StatusBar', module.exports);