trackmyapp
trackmyapp
I think I have the same issue. I added the "NSCameraUsageDescription" and "NSPhotoLibraryUsageDescription" in the config.xml file. So the user gets asked for permission when trying to take a photo...
According to the cordova [docs](https://cordova.apache.org/docs/en/10.x/guide/platforms/electron/#:~:text=All%20browser%2Dbased%20plugins%20are%20usable%20with%20the%20Electron%20platform.) it would be possible to also use cordova plugins that support the browser. > All browser-based plugins are usable with the Electron platform. I'm using...
@YoranBrondsema or anyone else who understood what was met > I am solving it now by patching the `iframeResizer.js` code to always export a global, even if the page uses...