-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
AppleTV support + improvements for iOS backend #14196
Conversation
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
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 in general, a few minor comments
What does the pull request do?
How was the solution implemented (if it's not obvious)?
For the most part, Avalonia.iOS backend is reused, as it is compatible with tvOS.
The same would go with macCatalyst, but: it doesn't support EaGL, and SkiaSharp 2.88 seems to have a broken Metal support for macCatalyst, so no go here. For now.
Fixed issues
Fixed #12523
Improtant
Currently it works well in simulator, but on real device we had a blocker: mono/SkiaSharp#2715