6

I'm aware there are multiple input types that force different keyboard layouts on mobile devices. Is there an input type or other attribute that will force the input to open to emoji keyboard on focus?


I don't believe there is, as emoji is technically another language keyboard. But I'd love outside validation to make sure this is the case.

Flexo
  • 87,323
  • 22
  • 191
  • 272
Rob Erskine
  • 909
  • 2
  • 10
  • 25
  • 1
    See here: http://stackoverflow.com/questions/28318076 if you can't do it in natively, you _definitely_ can't do it in a webview. – Evan Davis Jun 10 '15 at 22:34

1 Answers1

2

You can't for now, there was an issue on github about that : https://github.com/w3c/html/issues/495

Philippe
  • 960
  • 2
  • 12
  • 29