Skip to content

dotnet/maui

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Fix InputTransparent and CascadeInputTransparent

* Adding some tests for the baseline

* This works better

* Fix this

* Also these platforms

* Support compatibility

* Improved the sample for testing

* See what this does

* Revert "See what this does"

This reverts commit 9609697.

* comment out new tests

* Try reverting these

* Revert "Try reverting these"

This reverts commit 31bfb34.

* Revert the bad code hacks

* This should work!

* Use AppendToMapping for Focus commands

* Use new PrependToMapping method

* this

* The entire method is replaced

* Use AppendToMapping for Element and VisualElement

* Skip the failing test for now

* this is no longer needed

* yaml

* this

* Revert "yaml"

This reverts commit 51da889.

* Revert "this"

This reverts commit b7b1b3a.

* this

* Move some controls to use ModifyMapping

* Added a test

* Ensure iOS "text boxes" preserve cursor location

* Fix the Windows tests

* Attach the controls to the UI for focus tests

* undo this

* and this

* obsolete for now

* not Element yet

* Adding some more "text box" tests

* todo

* tests

* Revert "todo"

This reverts commit 328c6ba.

# Conflicts:
#	src/Controls/tests/DeviceTests/Elements/TextInput/TextInputTests.cs

* this

* move

* Revert "this"

This reverts commit d62b12a.

* moar tests

* Revert "Revert "todo""

This reverts commit 6065a41.

* all working on windows

* build all again

* Merge the methods

* Ensure iOS "text boxes" preserve cursor location

* Fix the Windows tests

* Attach the controls to the UI for focus tests

* Adding some more "text box" tests

* todo

* tests

* Revert "todo"

This reverts commit 328c6ba.

# Conflicts:
#	src/Controls/tests/DeviceTests/Elements/TextInput/TextInputTests.cs

* this

* move

* Revert "this"

This reverts commit d62b12a.

* moar tests

* Revert "Revert "todo""

This reverts commit 6065a41.

* all working on windows

* Merge the methods

* removed as it is not needed

* merge

* Update src/Controls/tests/DeviceTests/ControlsHandlerTestBase.cs

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* fix the variable names

* fix

* reset

* Fix things a bit more

* Improve test reports

* fix things

* Update Layout.Standard.cs

* Update Layout.Standard.cs

* not needed

* ReplaceMapping

* updates

* Fix the mappers

* this

* Update AppHostBuilderExtensions.cs

* ws

---------

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
ed7809f

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 12, 2023 11:36
loc
July 13, 2022 10:50
October 21, 2022 19:01
February 23, 2023 17:52
September 23, 2021 10:07

.NET Multi-platform App UI (.NET MAUI)

Build Status Build Status

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.

Getting Started

Overview

.NET Multi-platform App UI (.NET MAUI) is the evolution of Xamarin.Forms that expands capabilities beyond mobile Android and iOS into desktop apps for Windows and macOS. With .NET MAUI, you can build apps that perform great for any device that runs Windows, macOS, Android, & iOS from a single codebase. Coupled with Visual Studio productivity tools and emulators, .NET and Visual Studio significantly speed up the development process for building apps that target the widest possible set of devices. Use a single development stack that supports the best of breed solutions for all modern workloads with a unified SDK, base class libraries, and toolchain. Read More

.NET MAUI Weather App on all platforms

Current News

Follow the .NET MAUI Blog and visit the News wiki page for more news and updates.

FAQs

Do you have questions? Do not worry, we have prepared a complete FAQ answering the most common questions.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests. Proposals for changes specific to MAUI can be found here for discussion.

See CONTRIBUTING, CODE-OF-CONDUCT and the Development Guide.