dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

support visual material #50

Open bryanvam opened 5 years ago

bryanvam commented 5 years ago

It might be a nice idea to support https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual

dotMorten commented 5 years ago

@bryanvam Do you have any experience in how to do that? (I wouldn't know where to start). Perhaps @davidortinau can point me in the right direction?

danilkurkin1 commented 5 years ago

@dotMorten I would imagine that since xamarin.Forms entry have settings to use Material design, the easiest would be to use it instead of TextField on iOS?

dotMorten commented 5 years ago

@danilkurkin1 not sure going all-forms is a good idea, as it'll probably break the native feel. In general I have very limited access to a Mac so maintaining the iOS version is tricky for me