balena-io-experimental / browser

A drop-in web browser block
101 stars 80 forks source link

Ability to disable long press context menu #170

Closed mvheimburg closed 2 months ago

mvheimburg commented 7 months ago

When running the browser as a kiosk with a touchscreen, the ability to disable long-press -> right-click would be a really nice feature.

egidiusmengelberg commented 2 months ago

yeah, having the same issue. No luck so far

phil-d-wilson commented 2 months ago

Unfortunately there is no setting in Chromium to disable the context menu and no other way the block can handle this. It is possible to handle a long press in javascript from the displaying page, but that obviously has to be down to individuals to implement.