This isn't meant to be a dig at the Xamarin developers (I love XF), but why are there so many incomplete features in Xamarin.Forms? I mean things like UI settings not being available to change in a <ResourceDictionary.Style> ? Many items can be changed via but then others can't and needs to be styled directly in the xaml.
Just this morning, I noticed a Table/Settings page in my app where I had no styling, so I started to add styles: Labels, DatePicker, TimePicker all, OK, but then EntryCell/SwitchCell have no Style property, so I have to add manually.
Is it a lack of developers? Is it because things like that aren't supported on all platforms, so no platform gets the feature?
I'm in a position where I can help with developments like that, but wonder if it's worth doing if such 'basic' things are missing is there something else going on?