Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.4.1
Description
During startup, the plugin fails on the lines:
define = function (id, factory) {
if (modules[id])
modules[id] =
{ id: id, factory: factory };
};
with the error Uncaught module cordova-plugin-statusbar.statusbar already defined
I've only tested this so far in the browser plugin, partly because it's difficult to set a breakpoint in ios or android.