using dropzone.js
dropzone.on("addedfile", function(file) {
$('input#photo_title').focus();
});
is there some reason that this script does not work in Safari/iphone? It works just fine on my desktop.
Safari is up to date. i want to put the focus on the input with the mobile keyboard displayed and insert cursor displayed, instead the input is highlighted but must be clicked to bring the keyboard up/insert cursor up.