Is it possible to control devices such as cameras and microphones in a hybrid app or web app without a native source? It is possible on the browser with HTml5, but I wonder if it is possible on the built app. (As far as I know, it's not allowed on webview)
mobile html5 device-control hybrid-app
Here's an example from codeova.
https://cordova.apache.org/docs/ko/3.1.0/cordova/camera/camera.html
https://cordova.apache.org/docs/en/3.1.0/cordova/camera/camera.getPicture.html
© 2024 OneMinuteCode. All rights reserved.