Difference between revisions of "Version 5.1 (Mobile)"
(→Release) |
(added note on showdocument command) |
||
| Line 112: | Line 112: | ||
* Fixed an issue where batch creating documents (by multi selecting files to attach) can be interrupted if you leave the page. | * Fixed an issue where batch creating documents (by multi selecting files to attach) can be interrupted if you leave the page. | ||
| − | + | ||
| − | + | ||
| − | + | ||
== Known issues == | == Known issues == | ||
| Line 130: | Line 130: | ||
* Due to the change of the underlying XAML technology, the existing XAMLs for the old mobile clients (pre 5.0) are no longer compatible. Please refer to [[HowTo:Convert_Xamarin_XAMLs_to_Maui]] for migrating them to the new client. | * Due to the change of the underlying XAML technology, the existing XAMLs for the old mobile clients (pre 5.0) are no longer compatible. Please refer to [[HowTo:Convert_Xamarin_XAMLs_to_Maui]] for migrating them to the new client. | ||
* There are some XAML changes necessary when using the new [[Active_List_Client|Active List]] feature, or when using the new [[MRO_Objects_%28Client%29#Pick_List_Task|MRO Pick List Task]]. These XAML changes are explained [[Active_List_Client#XAML|here]]. | * There are some XAML changes necessary when using the new [[Active_List_Client|Active List]] feature, or when using the new [[MRO_Objects_%28Client%29#Pick_List_Task|MRO Pick List Task]]. These XAML changes are explained [[Active_List_Client#XAML|here]]. | ||
| + | * The possibility to trigger external opening of documents from listview level was added, but to access document-specific commands from the context of a non-document parent view you need to apply the following workaround in xaml; (namely, the "Documents.Items[0]" prefix). <syntaxhighlight lang="xml"> | ||
| + | <behaviors:EventHandlerBehavior EventName="ItemTapped"> | ||
| + | <behaviors:InvokeCommandAction | ||
| + | Command="{Binding Documents.Items[0].DocumentViewModel.ShowDocumentCommand}" | ||
| + | Converter="{StaticResource ItemTappedEventArgsToViewModelConverter}"/> | ||
| + | </behaviors:EventHandlerBehavior> | ||
| + | </syntaxhighlight> | ||
| + | ** Also note that this same workaround is used in UBIKRootArea. The technical reason is that root items have no parent context from which commands are initialized, so the navigation command needs to be 'borrowed' from the first root item. | ||
Revision as of 09:15, 15 July 2026
| Existing pre 5.0 XAMLs are not compatible with UBIK Mobile client 5.1. Please refer to Convert Xamarin XAMLs to Maui for migrating them to the new client. |
| UBIK 5 clients can only connect to UBIK® Servers of version 3.6 and higher! |
Availability
Android: StoreiOS: Store: Publicly available in Google Play Store / Apple App Store.
Android: Store Beta: Publicly available in Google Play Store as beta versions. You can opt in or out of the beta at any time in the store.
Android: Store Preview: Available through Google Play Store's invitation link.
iOS: Store Beta: Available through Apple App Store's invitation link.
iOS: Store Preview: Available through Apple App Store's invitation link.
Windows: Store Preview: The mobile Windows client is not an official product and is only distributed as test versions upon request and/or in our release portal.
