Changes
XAML
,/* Differences between Mobile and UWP */
== Differences between Mobile and UWP ==
As you maybe already noticed we have two different clients, one is WinX UWP and the other one Mobile, which is used to develop clients for three different platforms namely iOS, Android and new UWP Windows (-> it doesn’t really differentiate from the previously mentioned UWP except it’s developed in a different framework which is Xamarin Maui in this case). The customizing stays the same in case of the syntax, but there are some differences in the naming of controls and attributes. Unfortunately, there is no decent documentation of these differences, but the Microsoft documentation and, in general, the internet can support you when searching e.g. for a control in Xamarin Maui that you used in UWP.More specific documentations about Mobile Customizing can be found under [[Xamarin Mobile XAML]]. {{Attention|Please consider that Xamarin.UWP is not an official product and therefore it can't be guaranteed that all our features work without issues.}}
{{Attention|Please consider that Mobile Windows is not an official product and therefore it can't be guaranteed that all our features work without issues.}}
[[Category:Mobile|XAML]]
[[Category:WinX|XAML]]
[[Category:XAML|XAML]]
== Namespace changes ==