我有一只读投入的场所。 在桌面上,我用 j在首点选定投入领域。
<input readonly="readonly" type="text" class="select" value="Value to select">
$( .select ).click(function(){
$(this).select();
});
But in Safari for iOS I can t the select the input text at all (long tap on the text). Is there a way to make the text selectable?