When I\'m running my Ionic app with ionic serve -l
command, get following error message:
Runtime Error
Unca
Maybe something has changed since then, but Ionic now supports the "browser" as a platform ( vs simply browse ) - which makes the Cordova plugins available in the browser.
To use it you add the platform ionic cordova platform add browser
And then you run ionic cordova run browser
vs ionic serve
( ionic run browser
- just like ionic cordova run android
or ionic cordova run ios
)