what is the real big difference between xamarin.forms and native? Xamarin.forms obviously doesnt generate native UI, especially for UWP.
Most of the tools are rendered as custom UI if we check the base renderers in the docu.
What I would like to know? Is there any UI design difficulties using Xamarin.forms that we cannot achieve but we can easily do with Native (classic).
My question especially targeting UWP also because I think that Android and IOS are more covered with native renderers but UWP not.
When I create a master detail page using Xamarin.forms looks totaly different than xamarin uwp native.
Can we achieve pixel perfect design using Xamarin.forms? or we need more native look, we should use xamarin native.