Tagged Questions
5
votes
3answers
162 views
Should the user be able to press disabled buttons on a touch screen?
I'm designing a touchscreen app and there are certain scenarios when the server cannot be reached, a printer is disabled, etc. that will disable a button (like the print button).
My question is: if ...