marcaaron / yes-on-1600

Yes on 1600 / Whole Washington / Health Insurance Calculator
https://wholewashington.nationbuilder.com/ww_savings_estimator
5 stars 7 forks source link

Mobile Usability - 10 Key Only? #68

Open couchpilotnye opened 6 years ago

couchpilotnye commented 6 years ago

This came in from a volunteer using on her phone:

Simple to use but the banner on top for mobile use makes it hard to see the fields without making keyboard go away each time. Programming just the 10key to pop up instead of full keyboard is always nice too. Thanks!

Is this possible?

marcaaron commented 6 years ago

I'lll have to research this. We switched to input type 'text' for large number fields because

In other words, I'm not sure if this is possible, but can investigate.

Alternatively we may have to decide between using an input type of number and dealing with the up/down arrows (however useless they may be - these render due to user agent stylesheet. it's kind of an accessibility no no to overwrite the behavior, but we can do it if there's no alternative).