html add tag
Ibnelaiq
I am creating an ecommerce site and there is a problem---in mobile view, the input type number arrow doesn't show up. Any solution except creating custom one?

Working in Desktop:

![Capture3.PNG](/image?hash=d3c7f7cc1d1ead4e5e402d310163deb95bfc7ba1b0ba6741f699c99aab6fc48c)


Not working in Mobile:

![Capture.PNG](/image?hash=a769d1921cf0989b97aa475f744645f3785b7646a75b5e2db6e45de24f4241c2)
Top Answer
Pax
Input types render differently depending on platform (os, browser). When users tap on it, iOS Safari for instance will give you a numeric keyboard like the one below:

![Screen Shot 2020-07-15 at 1.48.48 PM.png](/image?hash=3d1cd371706836acc0dd9d2a0f40c4e181db18e7aff9d6a72e2f55866a18ae88)

If you think about it, it makes sense that no arrows are displayed on mobile since it is so tiny to be usable or tapped correctly by big thumbs.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.