Popular repositories Loading
-
maui
maui PublicForked from dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
C#
-
netmaui-surfing-app-challenge
netmaui-surfing-app-challenge PublicForked from jsuarezruiz/netmaui-surfing-app-challenge
Surfing App UI Challenge made with .NET MAUI.
C#
-
maui-toolkit
maui-toolkit PublicForked from syncfusion/maui-toolkit
Syncfusion Toolkit for .NET MAUI offers high-quality UI controls to help you build rich, high-performance applications for iOS, Android, macOS, and Windows from a single codebase
C#
-
74 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created 1 commit in 1 repository
Created a pull request in dotnet/maui that received 15 comments
Fixed FlyoutMenu icon issue when clearing and adding items
Issue Detail Android: App crashes when tapping on a flyout menu item after the items are replaced. Windows: The flyout menu icon is not displayed a…
Opened 4 other pull requests in 1 repository
dotnet/maui
3
open
1
merged
-
[iOS] Fixed NavigationStack not updating when OnAppearing is invoked
This contribution was made on Mar 27
-
[iOS] Fixed memory leak with PopToRootAsync when using TitleView
This contribution was made on Mar 21
-
[Windows] Fixed BackButton visibility issue when switching tabs without NavigationPage
This contribution was made on Mar 13
-
[Android] Fixed flickering when navigating using GoToAsync
This contribution was made on Mar 4
Reviewed 3 pull requests in 1 repository
dotnet/maui
3 pull requests
-
[iOS] Fixed memory leak with PopToRootAsync when using TitleView
This contribution was made on Mar 25
-
[Windows] Fixed BackButton visibility issue when switching tabs without NavigationPage
This contribution was made on Mar 18
-
Fixed FlyoutMenu icon issue when clearing and adding items
This contribution was made on Mar 18
Created an issue in dotnet/maui that received 2 comments
[Android] Destructor not invoked when pop the pages using PopAsync/PopToRootAsync
Description The destructor is not invoked when popping pages using PopAsync or PopToRootAsync. Steps to Reproduce Run the attached sample in the r…