ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.04k stars 171 forks source link

Not Responsive Friendly #352

Closed tusharpamnani closed 1 year ago

tusharpamnani commented 1 year ago

Hi! I was building a fully responsive chat application but while working, I found it tremendously difficult to make it mobile friendly.

ealush commented 1 year ago

I recommend not to use this component in mobile for various reason. Mainly, because the native OS keyboard already has a fully capable and performant emoji-picker.

Apart from that, loading this complex and heavy component on a mobile device, with slow connectivity can be bad on performance as well. The interactions are designed to be keyboard/mouse first. Anything else is coincidental.