How can I open a keyboard prompt without touch on textfield when page loads? I also need to set the cursor on to that field so that keyboard will auto open to type easily.
My Code is:
$("#email").focus();
$('#email').trigger('click');
This will works only in firefox browser not in chrome and others. Also in iphone cursor is not setting on that field.