I developed a simple app which makes users to capture a picture and I save the image in a folder based on image captured date. Everything is working good and now I want to use the same app as a PWA.
If I run ionic cordova run browser -l
and access the app in mobile browser and click on camera icon to capture image it is throwing error. My question is it possible to use the ionic native plugin to capture and save image in mobile device when opened app from mobile browser? If not what are the alternative steps needed to achieve the same functionality?