mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-31 18:52:53 +08:00
CB-10118 Fixes plugin loading error for browser platform
This closes #43
This commit is contained in:
parent
999ad4f6c2
commit
3e9ce84a56
@ -48,7 +48,7 @@
|
|||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<platform name="browser">
|
<platform name="browser">
|
||||||
<js-module src="src/browser/statusbar.js" name="statusbar">
|
<js-module src="src/browser/statusbar.js" name="statusbar.Browser">
|
||||||
<merges target="window.StatusBar" />
|
<merges target="window.StatusBar" />
|
||||||
</js-module>
|
</js-module>
|
||||||
</platform>
|
</platform>
|
||||||
|
@ -32,11 +32,7 @@ module.exports = {
|
|||||||
styleLightContent:notSupported,
|
styleLightContent:notSupported,
|
||||||
styleBlackOpaque:notSupported,
|
styleBlackOpaque:notSupported,
|
||||||
overlaysWebView:notSupported,
|
overlaysWebView:notSupported,
|
||||||
overlaysWebView: notSupported,
|
|
||||||
styleDefault: notSupported,
|
|
||||||
styleLightContect: notSupported,
|
styleLightContect: notSupported,
|
||||||
styleBlackTranslucent: notSupported,
|
|
||||||
styleBlackOpaque: notSupported,
|
|
||||||
backgroundColorByName: notSupported,
|
backgroundColorByName: notSupported,
|
||||||
backgroundColorByHexString: notSupported,
|
backgroundColorByHexString: notSupported,
|
||||||
hide: notSupported,
|
hide: notSupported,
|
||||||
|
Loading…
Reference in New Issue
Block a user