Ionic DevApp

I can’t test native plugins with devApp, for example flashlight, Which native functionalities are useable with devApp?

I think it is the same as the Ionic View app: https://ionicframework.com/docs/pro/view.html#plugin-support

Thanks Chris, I have seen this list but when I test native plugins, app throws error on devApp, but test on real device with command (ionic cordova run android) it works
So it confused me.

Flashlight is not on the list, so it would throw an error. You could use the Ionic Native Mock to handle the plugin while you keep testing.

1 Like