For instance if I have
<input type="text" id="myid">
and I am using the ipad, when i focus in this input, the ipad would automatically display the keyboard. Is there a way to avoid that? Thanks
Yes, simply make the element readonly
<input type="text" id="myid" readonly="readonly" />
Note that this doesn't work with the element. I believe it might be a bug.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With