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
Expected behavior:
User taps text input field / textarea, the keyboard pops up as the screen moves up and focus remains in text area.
Current behavior:
User taps text input field / textarea, the keyboard pops up and the focus on input field is lost.
I found that updating the meta tag for viewport in index.html to the following resolved all of my issues. <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />
The text was updated successfully, but these errors were encountered:
Expected behavior:
User taps text input field / textarea, the keyboard pops up as the screen moves up and focus remains in text area.
Current behavior:
User taps text input field / textarea, the keyboard pops up and the focus on input field is lost.
I found that updating the meta tag for viewport in index.html to the following resolved all of my issues.
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />
The text was updated successfully, but these errors were encountered: