CSS for input type number put in both view media query and desktop view(works perfectly) and not working in mobile view.
<style>
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
</style>
Here is the screenshot of issue. http://prntscr.com/qd34cd (works perfectly in desktop) http://prntscr.com/qd359j (no arrows visible on mobile)