Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Devmaurice's avatar

Turn off camera option on Html File input On mobile.

Guys how do turn off camera mode on html file input when uploading a file. I want to turn it off and only give the user the option to select file from the gallery.

0 likes
1 reply
lostdreamer_nl's avatar

There is no hard spec that specifies a situation in which the browser 'must not' show that option.

So if you actually want to force this, you'll have to test for every combination of android version / browser type + iOS versions how they handle the specific cases (which ofcourse will change every update or so).

Please or to participate in this conversation.