I want the keyboard to stay open all the time, so I set alwaysOpen to true. The side effect, however, is that when the page is loaded it is automatically focused on the input, which is not what I want. I'd prefer the page to load normally so that the user is shown the top of the page first, and not the middle of the page, where the input is situated. Is there anyway I can accomplish that? Thanks in advance for your help.
I want the keyboard to stay open all the time, so I set alwaysOpen to true. The side effect, however, is that when the page is loaded it is automatically focused on the input, which is not what I want. I'd prefer the page to load normally so that the user is shown the top of the page first, and not the middle of the page, where the input is situated. Is there anyway I can accomplish that? Thanks in advance for your help.