GitToTheHub commented on PR #941:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/941#issuecomment-3746445037

   Yes I know it could be adapted to `UIPopoverPresentationController `, but I 
would make this plugin as simple as possible. Since we don't support the 
popover functionality for Android tablets, I would remove it. An easy way could 
be to support `modalPresentationStyle` to set something like 
[UIModalPresentationPageSheet](https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/pagesheet?language=objc)
 or 
[UIModalPresentationFormSheet](https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/formsheet?language=objc)
 where the Picker or Camera would not fully cover the view, but I don't know if 
this is necessary.
   
   @erisu @breautek What do you think by removing the possibility to show the 
image picker or camera as a popover and positioning it and setting the size? 
It's only for iPad, not for Android tablets and the code is deprecated, which 
is currently used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to