I am in the process of developing a Cordova app that will be compatible with both iOS and Android platforms. One of the key features of the app is the ability to display a camera within a specified frame. Below the camera frame, there will be a button labeled "Click" which, when pressed, will capture the current camera view and save it to the gallery. Additionally, there will be a slider on the left side of the camera frame that allows users to zoom in or out.
So far, I have experimented with using the "org.apache.cordova.camera" plugin, found at . However, I am struggling to figure out how to confine the camera view to a specific frame, as it currently defaults to opening in full screen mode. I would appreciate any suggestions for alternative plugins or methods that could help me achieve this goal.
Thank you for your help.