Use native keypad or custom one in web application
I’m tasked to implement a code entry view which allows you to enter a 6-digit code. The UI runs in the browser (JS/HTML/CSS), mobile touch devices only.
I’m stuck on how to implement this, basically I came up with these two …