-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Platform Specifics are not working #5856
Comments
I think we could also remove: Android: TabbedPage.BarItemColor/BarSelectedItemColor (justification: TabbedPage has SelectedTabColor/UnselectedTabColor properties). I'm unsure whether this can be removed: iOS: Application.HandleControlUpdatesOnMainThread (can't remember why this was needed). |
Hello guys, toolbar placement on UWP is on the list of features to be developed soon ? |
Verified this issue with Visual Studio Enterprise 17.8.0 Preview 2.0. Can be repro via sample project. |
When can we expect wider customization for |
We already have specific issues created by the pending platform specifics. Close this big issue in favor of the specific ones. |
Description
Defined Platform Specifics are not working on .NET MAUI.
Android
ImageButton IsShadowEnabled, ShadowColor and ShadowRadius.With the new Shadows API we can achieve the same effect also on all platforms.Page SendDisappearingEventOnPause, SendAppearingEventOnResume and ShouldPreserveKeyboardOnResume.With the new lifecycle events API we can achieve the same.ViewCell IsContextActionsLegacyModeEnabled.No longer necessary.VisualElement Elevation.With the new ZIndex property can achieve something similar.iOS
Application EnableAccessibilityScalingForNamedFontSizes.No longer necessary.Application HandleControlUpdatesOnMainThread.No longer necessary.VisualElement IsShadowEnabled, ShadowColor, ShadowOpacity and ShadowRadius.With the new Shadows API we can achieve the same effect also on all platforms.VisualElement IsLegacyColorModeEnabled.No longer necessary.Windows
VisualElement IsLegacyColorModeEnabled.No longer necessary.More information: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/
Steps to Reproduce
Verified with the .NET MAUI Gallery.
To verify it just download https://github.com/davidbritch/dotnet-maui-samples/tree/main/PlatformIntegration/PlatformSpecifics
Launch the App in any platform and test any samples.
Version with bug
Preview 14 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows, macOS
Affected platform versions
Windows SDK 10.0.17134.0, Android 11, iOS 15
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: