Changes

Mobile XAML

89 bytes added, 17 February
/* Feature related */
{{UnderConstructionStart}}
=== Flashlight {{Version/MobileSince|5.1.0}} ===
For the Mobile clients, it is possible to control the system flashlight via customizing and switch it on or off.
|
<syntaxhighlight lang="xml">
<Switch IsVisible="{Binding AppStatus.IsFlashSupported}" IsToggled="{Binding AppStatus.SwitchFlashLight, Mode=TwoWay}"/>
</syntaxhighlight>
||
117
edits