Closed victorybiz closed 2 years ago
Improvement to PR #10
This adds inputmode attribute to the top inputs and allows a browser to display an appropriate virtual keyboard.
inputmode
The inputmode attribute is supported on devices running Chrome 66+ and iOS Safari 12.2+: https://caniuse.com/#search=inputmode
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
I'll test this out on mobile devices and merge. Thanks a lot @victorybiz
Improvement to PR #10
This adds
inputmode
attribute to the top inputs and allows a browser to display an appropriate virtual keyboard.The
inputmode
attribute is supported on devices running Chrome 66+ and iOS Safari 12.2+: https://caniuse.com/#search=inputmodehttps://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode