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.

screenshot of chrome developer tools


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -