You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue where I'm finding the keyboard is being launched on my input fields. I have a ul list, and each li has the data-goto attribute that links it to another article in the html code. Page transitions and everything work smoothly, but I notice that when I tap on (and this only happens on device, it can't be replicated on the iOS simulator) on an li item, the keyboard is auto-launched once the new html article is loaded it with the focus on a particular li item.
Let me expand on that a little bit, when I click on the first li item, the first input box is active once the new article loads, when I click on the second li item, the second text box is active once the new article loads. This continues on for as many input boxes as there are. If there are more li items than input boxes, then no input is autofocused if the clicked li item exceeds that number.
I'm stumped as to why this is happening. Your help is greatly appreciated! Hopefully someone can shed some light. I've attached some sample code so you can take a look.
Hey guys,
I'm having an issue where I'm finding the keyboard is being launched on my input fields. I have a ul list, and each li has the data-goto attribute that links it to another article in the html code. Page transitions and everything work smoothly, but I notice that when I tap on (and this only happens on device, it can't be replicated on the iOS simulator) on an li item, the keyboard is auto-launched once the new html article is loaded it with the focus on a particular li item.
Let me expand on that a little bit, when I click on the first li item, the first input box is active once the new article loads, when I click on the second li item, the second text box is active once the new article loads. This continues on for as many input boxes as there are. If there are more li items than input boxes, then no input is autofocused if the clicked li item exceeds that number.
I'm stumped as to why this is happening. Your help is greatly appreciated! Hopefully someone can shed some light. I've attached some sample code so you can take a look.
Thanks a ton!
The text was updated successfully, but these errors were encountered: