You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
It appears that some emoji are missing on some devices.
On your picker repo you implemented a fallback pipe, which might be able to fill the gap, though the detector fails to detect properly missing emojis.
Would that be possible to add the same fallback pipe on this repo?
As you stated, the picker repo is in maintenance mode, and at it's state is not suitable Ionic production apps for slow render reasons.
Just my 2 cents but I think this repo would be enough for both usecases; mobile & desktop apps, if it can handle somewhat old mobile devices and the fallback is then a main concern.
Hi there,
It appears that some emoji are missing on some devices.
On your picker repo you implemented a fallback pipe, which might be able to fill the gap, though the detector fails to detect properly missing emojis.
Would that be possible to add the same fallback pipe on this repo?
As you stated, the picker repo is in maintenance mode, and at it's state is not suitable Ionic production apps for slow render reasons.
Just my 2 cents but I think this repo would be enough for both usecases; mobile & desktop apps, if it can handle somewhat old mobile devices and the fallback is then a main concern.
I suggest to use
if-emoji
lib or their implementation for the detector.Currently, I use this simple pipe on my project for the fallback and it works with no false positive so far
If you need some help or a PR, please let me know.
The text was updated successfully, but these errors were encountered: