Google Chrome Mobile Emulator: How to show on screen keyboard -
i'm debugging mobile version of our website through chrome's mobile emulation tool, cannot figure out how have on-screen keyboard pop when selecting text field.
i have clicked on text box, no keyboard pops up. if on mobile device, default input method (keyboard) pops , allows me type.
is there way replicate this?
latest chrome developer tools have added support emulating different device states:
- default browser ui
- with chrome navigation bar
- with opened keyboard
according documentation, such feature available when emulating “supported devices nexus 5x”.
the complete list of emulated devices support feature can found @ chromium source-code. currently, supported by:
- nexus 5
- nexus 5x
note emulated keyboard , navigation bar static pictures (as can see @ source-code directory) , don't contain interactive behavior. enough way simulate screen size, not perfect emulation.
Comments
Post a Comment