I’m wondering how you would use the Native APIs like Network while still supporting ionic serve for development?
For example, I rely on Network plugin to determine connection state, e.g. to load a google places autocomplete and show an availability message. I expected that the native APIs would somehow handle the ionic serve scenario and only use cordova when available. Do I really neet to add “isBrowser” checks manually?