Changes
* The AR Marker related features are resource intense and can cause the app to slow down on weaker tablets.
* Sometimes after an external bluetooth RFID scanner is disconnected, the app still incorrectly recognizes it as available.
* It's not possible to interact with an online document in a flip view. This will be fixed in the next build. Until then, a workaround is to customize the default UBIKDetailsArea template. Find the one and only Canvas control in it and change its Visibility property value to <code>"{Binding DataContext.HotSpotViewModel.DocumentScanMode, ElementName=ChildFlipView, Converter={StaticResource BoolToVisConverter}, FallbackValue=Collapsed}"</code>
<br />