I am using a textbox inside a popover, but the problem is that the keyboard shrinks the size of the textbox and the user cannot see what he is entering. But in the landscape mode a separate text input field is opened on it's own by the browser where the user can enter the data, so questions:
is there any way that I can create a keyboard overlay so it doesn't resize the popover ?
Can I make that other text area to take the input when the user clicks on this textbox for every time ?