Hi all,
I am using cordova-plugin-media-capture for video capture in my app. The Plugin is working fine when I am using ionic cordova build android and ionic cordova run android and I am able to capture video. But I commit the code to IONIC GIT and build using web build, I am getting Plug in not installed error.
I had installed the plug in using commands
npm install --save @ionic-native/media-capture
ionic cordova plugin add cordova-plugin-media-capture
The plugin is there in package.json and config.xml and I have committed all the files.
Please help me to resolve this issue.
Thanks in advance