Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70435

ImagePicker problem only on iPad

$
0
0

@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 simulator

While in iPads:
iPad-Pro - 12-9-inch — 4th-generation 13.4 and iPad-Air - 3rd-generation-, 13.4

when 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

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>