Skip to content

iOS wrong icon size, padding not working #240

@DieGlueckswurst

Description

@DieGlueckswurst

Thanks for the nice package, but I am having two issues on iOS:

  1. 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),

Image

  1. 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,
            ),

Image

Are these issues known? Is there anything I can do to fix these?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions