-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget expand option not working #9
Comments
Expansion is disabled if there isn't enough space on the page to expand the widget, so make sure you have enough space. |
Ah, yes that is exactly why expanded mode is part of the beta feature. There is no clean/easy way of pre-determining the actual size so there is no automatic way of calculating the height. However the bigger issue is the content of the widget don't update for some devices on iOS 13 which is why you are seeing only the top portion of the widget. I haven't exactly figured out how that gets cropped. |
Okey. Thanks for your work! |
Reopening issue as it'll need to be fixed at some point. |
If a widget have the expand option, it’s not available and the widget is not showing properly.
The text was updated successfully, but these errors were encountered: