Javier Suárez
Javier Suárez
Could you rebase to fix the merge conflicts?
I've been testing your repro sample. To have the MediaElement working, some details are missing. The first point is the experimental flag. MediaElement is in preview and you need the...
I like the idea. Also, hide/show tabs is probably a scenario that would be interesting to cover in the future.
> Again, bumping and agreeing with everyone above. @jsuarezruiz, you see that users really like this project and what it brings to the MAUI ecosystem. > Would you mind giving...
> Still an issue as of 8.0-preview6. The swipe to pull-to-refresh was temporarily resolved as of preview3, but another solution will be necessary, as this [breaks this Windows design guidelines](https://github.com/dotnet/maui/issues/6404#issuecomment-1633143468)....
The main problem is that we have two font types and two different approaches to manage fonts in Graphics and Core. Only in Core we have and use IFontRegistrar which...
I think this issue have been fixed by https://github.com/dotnet/maui/pull/9984 Tested with current main branch and latest version (net 7 ga, available really soon) and cannot reproduce the issue.  Could...
/azp run MAUI-UITests-public
Cannot reproduce the issue in current main branch:
In this change: https://github.com/dotnet/maui/pull/21151/files#r1523373115 We stopped using the AddLogicalChild method which is responsible for setting the Parent, inheriting the BindingContext, subscribing to ResourcesChanged. In that same PR we apply changes...