ImagePicker problem only on iPad

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?

I’m not sure but it looks like the same behavior as this old bug

https://github.com/Telerik-Verified-Plugins/ImagePicker/issues/192

I have not yet been able to solve the problem, I am using the single choice with the camera plugin to continue with the project