I’m having an issue with scrolling rich text in iOS. I placed the richtext into a scrollable layout. It works fine on desktop demo, but on my iPhone it’s not allowing to scroll very far.
Here are screen captures of the bug:
On iOS:
On Desktop:
I’m having an issue with scrolling rich text in iOS. I placed the richtext into a scrollable layout. It works fine on desktop demo, but on my iPhone it’s not allowing to scroll very far.
Here are screen captures of the bug:
On iOS:
On Desktop:
@joemoukarzel88skm4pi Can you put the Rich Text Component into a container and set the container to scrollable? Layouts should always have containers to work best.
I couldn’t test it that way as I ended up placing the text in multiple containers contained in a layout for better formatting (There’s no way to get rid of space after paragraph, which made the text formatting ugly). When I made the layout scrollable, I was still facing the same issue.
I ended up solving the issue by making the whole screen scrollable. In order to avoid the title from scrolling as well, I placed it in a group positioned “Relative to Device”.
Thanks for the help!