How do I make the mobile keyboard appear automatically as soon as the question loads up? I have a text field, whose ID I grab and try to trigger a focus on.
Below is my code:
```
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
var qidstr = this.questionId;
var responseTextField = document.getElementById('QR~' + qidstr);
jQuery(responseTextField).trigger("focus");
});
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.