Image Picker on the Web Popup Issue — How to Control or Skip?

Actions & Logic

When using “Upload media from Gallery” (with or without custom component) on mobile web (Safari or Chrome), a native popup appears with Photo Library, Take Photo, Choose File, Google Drive.

But I already show a custom UI asking users to pick between gallery or camera.

📌 Issue:
When choosing gallery, this extra system popup appears — causing a double prompt.
When choosing camera, it goes directly (no issue).
This only happens on mobile browsers, not inside the installed app.

👉 Any way to:

  1. Skip that native popup completely?

  2. Or control its position(if I remove my custom image picker component)?

    Thanks!

What have you tried so far?

Tried both options:

  • With a custom image picker (showing my own gallery/camera buttons).

  • Without the custom picker, using FlutterFlow’s built-in action directly.

In both cases, when I select gallery on mobile web, an extra popup appears.
Also tested on Safari and Chrome, same result.

Looking for a way to fully skip or control that popup.

Did you check FlutterFlow's Documentation for this topic?
No
3