Prevent search input auto focus on touch device
Created by: jeanduplessis
We want to prevent autofocus by default on touch screens as it results in the device keyboard not showing until the input loses focus and gets focused by the user again.
Relates to conversation in #feedback-dogfood
Test plan
- Go to
/search
on mobile device (or put Developer Tools in mobile mode). - When loading the page the search input should not be focused automatically.
App preview:
Check out the client app preview documentation to learn more.