You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android implementation using just ['auto'] will not resize the sheet when the content changes, you need to use the following sizes ['auto', 'large'] for it to resize when content changes.
This is not in the documentation that I can find, I instead found it in an old issue #7 . Would be nice if this was added to troubleshooting section of the documentation
The text was updated successfully, but these errors were encountered:
Yeah, I was dealing with this issue on android but got distracted -- so this qualifies as a bug so it's not in the documentation. I'll revisit this when I get a chance.
lodev09
changed the title
Android resizing documentation change
[Android] Using "auto" only does not resize the content
Aug 23, 2024
Android implementation using just
['auto']
will not resize the sheet when the content changes, you need to use the following sizes['auto', 'large']
for it to resize when content changes.This is not in the documentation that I can find, I instead found it in an old issue #7 . Would be nice if this was added to troubleshooting section of the documentation
The text was updated successfully, but these errors were encountered: