lavaca-starter icon indicating copy to clipboard operation
lavaca-starter copied to clipboard

iOS 7 Keyboard focus issue

Open alexwasner opened this issue 11 years ago • 0 comments

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" />

alexwasner avatar Nov 22 '13 20:11 alexwasner