google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

Feature Request: Chrome DevTools - Emulate mobile keyboard #7047

Open DaDuStMaN20 opened 5 years ago

DaDuStMaN20 commented 5 years ago

Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.

For questions about Chrome DevTools, checkout the google-chrome-devtools tag on StackOverflow. For questions about Chrome, check the google-chrome tag. If you think you've found a Chrome bug, check out our feedback page for more details on how to file it.

What needs to be done? I would like to request a feature in the DevTools where the mobile keyboard can be initiated and dismissed in mobile view. This would allow developers to properly emulate what the user would see whenever the keyboard is initiated. Currently, we are able to see a keyboard when certain devices are emulated, but it is not functional and it does not allow us as developers to see what the user would be seeing.

I would have found this useful when developing a website with a multi-select. On mobile, when initiating the multi-select, it does in fact make the keyboard pop up. This is something that I would not have known if I hadn't tested on a mobile device first.

I believe that having a true keyboard emulation would be very helpful when testing anything with autocomplete or predictive text.

dungagan commented 5 years ago

I yes that me too

connerturner commented 5 years ago

Thanks for filing the issue, since this is a feature request for DevTools itself and not the documentation I suggest you file a feature request on the chrome bug tracker or discuss it within the chrome-devtools mailing list. you can see other ways of reaching out to chrome devtools in the community section of the documentation.

Thanks :)