All Collections
Help & Troubleshooting Guides
Widget Issues
Text emoji is very large on some iOS devices
Text emoji is very large on some iOS devices

How to resolve this issue

David avatar
Written by David
Updated over a week ago

Issue

The text emoji is rendering much larger then expected on some (or all) iOS devices.


Troubleshooting Steps

If encountering an issue with text emojis, it is possible that their size will be affected by certain device configurations. Unfortunately, there is no straightforward solution to this issue, but there are some workarounds that can be tested.
​
One recommended approach is to enable auto-sizing on the text widget, and then wrap the widget within a container that has a fixed width. The aim is to restrict the text size from exceeding the fixed width of the container. Therefore, if the issue arises again, the emoji will not be larger than the container, even when auto-sizing is enabled.
​


Example

Suppose you create a container with a fixed size of 32x32 pixels and insert a text widget with an emoji and font size. Enabling auto-sizing would result in the font size being adjusted based on the widget's dimensions. However, since the container has a fixed size, the font size cannot exceed the container size. Therefore, the text widget's size is restricted to the dimensions of its container, thereby limiting the maximum font size that can be applied.
​

Did this answer your question?