Reputation: 155
I am working on ionic app and need emoji with text, I want somthing like whatsapp, In whatsapp when they click on emoji button , emoji keyboard appear. Its default keyboard of android and I am ok with it.
I dont want to use any plugin like https://github.com/danielehrhardt/ionic3-emoji-picker because they provide own set of images/css . I want to use default emoji of android.
Please suggest.
Thanks.
Upvotes: 1
Views: 778
Reputation: 622
Ionic uses HTML components in a webview to render your app.
With HTML components (<input>
) it is currently not possible to suggest the emoji keyboard.
A suggestion exists for numbers e.g. <input type="number">
and there is an open issue on the W3 issue tracker to add emoji support.
Upvotes: 1