Things to consider when writing for touch screen?

前端 未结 10 1789
终归单人心
终归单人心 2021-02-02 18:13

I\'m starting a new project which involves developing an interface for a machine that measures wedge and roundness of lenses and stores the information in a database and reports

10条回答
  •  甜味超标
    2021-02-02 19:03

    The most obvious thing is that everything on the GUI needs to be big enough for a fingertip to hit, which is sometimes bigger than you think.

    As has been mentioned, there's really no way for a right-click action to happen. Also, double-clicking can be tricky with a fingertip on a touch screen.

    The other major thing is that you'll want to create a on-screen keyboard that pops up for text entry and an on-screen numpad for number only fields.

提交回复
热议问题