I am using text-transform:uppercase in input box. it is not support in tablet browser.
Here is my HTML:
<html>
<body>
<input type="text" class="isCapital">
</body>
</html>
And CSS:
.isCapital{text-transform:uppercase;}
anybody have solution for this. please update your answers.