User browser still able to load image from folder, even i have disabled allow input from gallery

User browser still able to load image from folder (not camera) even i have disabled allow input from gallery on UX - Options Setting. Anybody can help how to fix it?

 

Tjilik_0-1712995680906.png

 

0 1 68
  • UX
1 REPLY 1

Presume by user browser you mean the desktop view.  If so, AppSheet help article clearly mentions that if you are using app in browser mode on a desktop, since desktop camera is anyway not supported , the user is allowed to upload images from the gallery.

Suvrutt_Gurjar_0-1713018874015.png

On a mobile device the camera is supported even in web browser mode.

Capture images - AppSheet Help

 

if you wish to stop user uploading images from gallery when the user is using the app on a laptop or desktop , one option is to include a valid if  expression something like below in the image column. That should prevent user from uploading images from gallery during app usage in desktop/laptop mode.

CONTEXT("Host")="Device"

CONTEXT() - AppSheet Help

Please test well for your requirement.

 

 

 

Top Labels in this Space