-
Notifications
You must be signed in to change notification settings - Fork 6k
[web] force WebGL 1 on iOS #29038
[web] force WebGL 1 on iOS #29038
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Also: easy to delete.
Is this going to be pulled into a stable 2.5.4 release? |
Our web app does not work on iPhone 13 Pro with iOS 15 |
Try this: flutter/flutter#89655 (comment) |
I just checked: this PR now part of the current flutter stable (2.10.1) 🎉 |
Is this on stable? I am still getting this problem with stable 2.10.2... My web app won't work on iOS safari unless I build it with: flutter build web --web-renderer html --release |
iOS 15.4 fixed the safari bug and WebGL rendering works as it should. |
This is a workaround for the issue described in flutter/flutter#91333.
Fixes flutter/flutter#89655