Android platform-specifics
.NET Multi-platform App UI (.NET MAUI) platform-specifics allow you to consume functionality that's only available on a specific platform, without customizing handlers.
The following platform-specific functionality is provided for .NET MAUI views on Android:
- Setting the input method editor options for the soft keyboard for an Entry. For more information, see Entry input method editor options on Android.
- Enabling fast scrolling in a ListView. For more information, see ListView fast scrolling on Android.
- Controlling the transition that's used when opening a SwipeView. For more information, see SwipeView swipe transition Mode.
- Controlling whether a WebView can display mixed content. For more information, see WebView mixed content on Android.
- Enabling zoom on a WebView. For more information, see WebView zoom on Android.
The following platform-specific functionality is provided for .NET MAUI pages on Android:
- Disabling transition animations when navigating through pages in a TabbedPage. For more information, see TabbedPage page transition animations on Android.
- Enabling swiping between pages in a TabbedPage. For more information, see TabbedPage page swiping on Android.
- Setting the toolbar placement and color on a TabbedPage. For more information, see TabbedPage toolbar placement on android.
The following platform-specific functionality is provided for the .NET MAUI Application
class on Android:
- Setting the operating mode of a soft keyboard. For more information, see Soft keyboard input mode on Android.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.