Closed simonhaenisch closed 7 years ago
My guess (and feeling): These errors are pretty much intended behaviour to make it clear that Ionic Native functionality is not available in the browser.
@simonhaenisch I close this issue because it has nothing to do with the super-starter project itself. All Ionic Native plugins without browser support throw this warning.
Why does it not have anything to do with the super-starter? Isn't this supposed to be a best practices starting point? And isn't that the way to handle native plugins without browser support?
related to #136
After
platform.ready()
, if I don't check that the source is cordova, some native modules (like OneSignal) throw errors in the browser that cordova is not available. Only tested that withionic cordova run android
so far, hope it's the correct way of doing it?