Like in WhatsApp
, stickers/gifs/etc. can be sent from Gboard(Mobile keypad)
. So, how to allow sending stickers/gifs..etc. in Ionic Application (Ionic 3/4)
?
Is there any plugin available or any other way to handle Gboard
insertion?
Please suggest.
Mobile image:
On my chatpage, simple textmessages (with emojis as well) can be sent; but not Gboard's gifs/stickers..etc through textarea.
<textarea [(ngModel)]="currentMessage" [ngModelOptions]="{standalone: true}" placeholder="Type Message..." id="messageInputBox"></textarea>