Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

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

Description

@IainS1986

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions