Plugin_not_installed error in web build

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

Please help me to resolve this issue. Plugin working fine in Emulator and device using local build. But getting plug in not installed error in web build of IONIC Pro. What could be the problem?

I think the issue is that IONIC Cloud(web) build is using Cordova CLI 9 and cordova media capture plug in is not supported in CLI 9. If any one find any solution for this, please help me.

Thanks
Anoop