<input type="text" readonly unselectable="on" value="Click me"/>
There is still a cursor when clicking input in ios
Normal on Android
<input type="text" readonly unselectable="on" onfocus="this.blur()" value="Click me"/ >
This way ios will be normal too