universal-tools / UTNotificationsFeedback

7 stars 0 forks source link

Add emoji supports #81

Open trippleflux opened 6 years ago

trippleflux commented 6 years ago

Please add supports for displaying emoji & embedded emoji.

yuriy-universal-ivanov commented 6 years ago

Hi @trippleflux ,

Unicode emojis are supported, but here are a couple important notes:

  1. There was a known issue displaying Unicode characters with codes >10000 (i.e. most emojis) in Android before UTNotifications version 1.7.2, which has been released recently. Please make sure to update.
  2. Most emojis are not available in system UI fonts in mobile operating systems, although many are available. Moreover, different versions of different OSes contain different sets of emojis (usually the newer the version is, the more emojis are available). So please check any emoji you'd like to use with each version of each platform you target.

Best regards, Yuriy, Universal Tools team.

nzucker commented 3 years ago

Can you please explain what is the best way for adding these emoji's? And how can we check that all version's support a specific emoji? Is it the same for both android and iOS?