标签: ios cordova cordova-plugins
我有一个使用Cordova Camera插件的Ionic应用程序。
在Android上,Cordova相机插件默认为“设备相机的最后设置”(至少在我的Google Pixel上)。iOS上发布了相同的应用程序,在这里我无法以16x9分辨率拍照。有谁知道该怎么做?
我尝试在targetWidth中设置16x9选项,但不会影响iOS上的视图。
targetWidth : 1920, targetHeight : 1080,