@etarom wrote:
Hi,
I encounter a problem that I can’t solve.
I use ImagePicker and Camera plugins.
Everything works correctly in the iPhone 8 13.4 simulatorWhile in iPads:
iPad-Pro - 12-9-inch — 4th-generation 13.4 and iPad-Air - 3rd-generation-, 13.4when I run the command for open ImagePicker or Camera the application no longer responds, as if the ImagePicker window was not displayed but was open in background.
The permissions are set in the config and for security I ask them when I start the application.
ionic -v 5.4.16
config.xml
<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist"> <string>Need photo library access to get pictures from there.</string> </config-file> <config-file parent="NSPhotoLibraryAddUsageDescription" target="*-Info.plist"> <string>Need photo library access to get pictures from there.</string> </config-file> <config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist"> <string>You can take photos</string> </config-file>
Any suggestions?
Posts: 1
Participants: 1