wildyeast / sadiss

A socially aggregated distributed sound system.
GNU Affero General Public License v3.0
10 stars 2 forks source link

App: Research methods to disable screen to prevent accidental touches #57

Closed matbind closed 1 year ago

matbind commented 1 year ago

A simple idea is to put a transparent layer over the UI that prevents all clicks and disabling the device back button behaviour while the device is registered. Needs more research.

matbind commented 1 year ago

We now deactivate all buttons while client is registered as well as the Navigation bar on Android. Additionally, the back swiping gesture is disabled on both platforms. This should be enough for now. Closing