Toggle element not properly visible on my iOS
Unfortunately, this is one of those things where iOS and Android differ. At this time, the amount of text that can fit into the cell is is fixed. Since the layout is drawn first and then text is filled later, we will need to discuss a plan to get it so it can fit all characters.
-
Official comment
Hi Ann,
For longer sections of text with Toggle elements, many of our customers will use a Label element above the Toggle in order to ensure the display is consistent and reliable.
As an alternative, you can use a Select element with two Options (Yes/No, True/False, etc) to emulate the behavior of a Toggle. The Select element's label text will be displayed above as opposed to inline which should also solve your current challenge.
Please reach out if you have any trouble implementing this.
Comment actions
Please sign in to leave a comment.
Comments
1 comment