-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Thanks for the nice package, but I am having two issues on iOS:
- Even though I used the code from the documentation, my icons on iOS are cut off:
// Issue: https://github.com/flutter/flutter/issues/28894
emojiSizeMax: 28 * (UniversalPlatform.isIOS ? 1.20 : 1.0),
- The padding inside
EmojiViewConfig
does not seem to work as expected. As per doc, it's the padding between the icons, however when I set padding, it's cutting of the emojis, instead of applying the padding between the icons:
emojiViewConfig: EmojiViewConfig(
// Issue: https://github.com/flutter/flutter/issues/28894
emojiSizeMax: 28 * (UniversalPlatform.isIOS ? 1.20 : 1.0),
buttonMode: ButtonMode.CUPERTINO,
backgroundColor: white,
verticalSpacing: 10,
horizontalSpacing: 10,
),
Are these issues known? Is there anything I can do to fix these?
Metadata
Metadata
Assignees
Labels
No labels