Disable Web App Access

I would like to disable the access to the Web App, I just wanted them to use their phone.

0 3 444
3 REPLIES 3

@Jayson_Pancho
You cannot restrict that, but you can create a ref type, Detail View, with 1 slide with a note that this app cannot be used in Desktop. You can design this slide as you wish. You can set an initial view expression like this to show/hide that particular view:

SWITCH(
CONTEXT(โ€œHostโ€),
โ€œBrowserโ€,โ€œYourRefViewNameโ€,
โ€œYourInitialMobileViewNameโ€
)

As an example to this kinda view:

I create a time keeping app which they need to take a photo. with the app, I can disable the Galery access, but on the web app they can open a folder that is why I want to disable the Web access.

For the Web App access on the folder can I disable it?

@Jayson_Pancho
When attaching a photo, as desktop does not let user to take a photo, it opens the Folder UI to upload a photo. As this is not a native application, you cannot restrict any access. You can disable desktop usage with the workaround I have proposed.

Top Labels in this Space