Question about a standard browser showing an HTML5 page, not a WebView
The test device is the Galaxy Tab 10.1, although this was also seen on the iPad.
The page has a form. The shape has a fixed width and
margin-left: auto; margin-right: auto;
When I touch and hold the body of the page ( outside the form ), one of the inputs of the form (usually the 1st, although sometimes the second) focuses (and the on-screen keyboard is shown).
Any explanation why this behavior? Any idea how to prevent this?
Guard source share