-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Maui winui #370
Maui winui #370
Conversation
Have you tried to unregister the app manually? |
getting these also |
Progress. Need to check that 267bf18 doesn't break other UI frameworks. |
Without 267bf18, there are errors like
With it, though, our windows video view initialization logic is broken since |
There is some exception when shutting down the Media Element sample, very little info with debugger attached..
Not very insightful. Logs:
There are similar logs in the non-MediaElement sample, but the process does exit properly. |
Should be good enough for an initial release. |
Potential breaking change in |
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.
I think the breaking change should be quite rare given that we didn't document that style. In any case, the fix should be straightforward.
Getting lots of these
Unsure why. Impossible to uninstall existing appx that match this app ID.
On 3.x, on WinUI, the
LibVLC
object is built using string parameters retrieved from an initialized VideoView (see the plan WinUI sample code). Will have to re-work the code to handle this in the MAUI sample for WinUI support.