How come the numbers option won't show up on mobile?

The line
<input type="number" id="number" placeholder="Enter a Number" min="0" max="99">
displays a number button on desktop and also when I go to dev tools and select what it looks like on mobile, but when I open the same url on my iPhone it just an empty text input type.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.