Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Android] Android 14 MediaPicker shows modally over a blank view #2102

Open
IainS1986 opened this issue Nov 2, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@IainS1986
Copy link

IainS1986 commented Nov 2, 2023

Description

When using the MediaPicker.PickPhotoAsync() the Android 14 media picker is shown correctly, however the picker appears as a modal bottom sheet view - and because MediaPicker uses an Intermediary activity (I think) this modal gets shown over that activity, which is just blank.

So you end up with you app navigating to a blank activity with a media picker bottom sheet over the top of it.

Expected Behavior

The media picker bottom sheet should go over the Activity calling MediaPicker and not over an Intermediary activity

Actual Behavior

A new blank activity is navigated too first and then the bottom sheet is displayed over that,

Basic Information

  • Version with issue: 1.8.0
  • This may be Android 14 sepcifically.

Screenshots

Masked out possible private information...

Screenshot_20231102-115738

Screenshot_20231102-115745

@IainS1986 IainS1986 added the bug Something isn't working label Nov 2, 2023
@IainS1986
Copy link
Author

Have double checked and Android 13 shows a full screen picker, so I do think its a new issue with Android 14 now showing it as a bottom sheet modal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant