You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding local notifications cordova plugin to our hybrid project , it also added cordova plugin badge. Both plugins work as expected(on devices android, ios), but when we serve on browser we get the following error :
Uncaught TypeError: cordova.plugins.notification.badge.Favico is not a constructor.
plugins/cordova-plugin-badge/src/browser/BadgeProxy.js:19
BadgeProxy.js:19
exports.favico = new cordova.plugins.notification.badge.Favico({
animation: 'none'
});
As a result, the UI appears broken and no interaction can be done.
The text was updated successfully, but these errors were encountered:
After adding local notifications cordova plugin to our hybrid project , it also added cordova plugin badge. Both plugins work as expected(on devices android, ios), but when we serve on browser we get the following error :
BadgeProxy.js:19
As a result, the UI appears broken and no interaction can be done.
The text was updated successfully, but these errors were encountered: