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:
Skip that native popup completely?
Or control its position(if I remove my custom image picker component)?
Thanks!