I have a prompt popup in an application when moving stock around in the warehouse and our users use mobile phones for their warehouse work with limited space for adding <input>
fields. Instead there's a prompt when they click an icon when they want to move something to somewhere else.
The locations are all numbers, and to make it easier for the workers it would be great if the phone only showed the numpad.
I have searched both stackoverflow and google, and I keep hitting pages talking about doing this for the <input>
which is simple enough, but can't find any information on if this is even possible for window.prompt()