-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Crash when resizing mobile simulator window #5397
Comments
I think this relates to confusions with macOS threading at the driver level and should be resolved on the developer branch. |
Thanks... I'll try that. |
Excuse, I'm still kinda new at go. How do I test against the developer branch? I tried
but that got me
which still crashes |
Thanks for confirming - the crash log will be different, please post the new one. |
New crash log for development branch:
|
Thanks for confirming. It seems this is not related to the layout but can happen with any content. Thankfully this does not impact actual mobile devices :) |
Checklist
Describe the bug
It an efford to make my app more mobile friendly, I switched from using a NewGridLayout(2) to and NewAdaptiveGridLayout(2), and it rejndered mostly correctly in both desktop and mobile, but then when trying to resize in mobile it crashed.
How to reproduce
--tags mobile
Screenshots
Example code
Fyne version
v2.5.3
Go compiler version
1.23.4
Operating system and version
macos Sonoma 14.6.1
Additional Information
Output from crash
The text was updated successfully, but these errors were encountered: