I have added several ncordova plugins like notifications, I noticed there is a “mock” file to use on browser instead of only developing on emulator/phone.
How do you handle development on browser with plugins?
I have added several ncordova plugins like notifications, I noticed there is a “mock” file to use on browser instead of only developing on emulator/phone.
How do you handle development on browser with plugins?
I’ve had experience with plugins statusBar
and inAppBrowser
. Both of those have absolutely no effect in the browser, You need at least an emulator
For plugins with push notifications etc., testing in an emulator or on the actual device is a must.
Those sorts of things cannot be tested in a browser environment.