Info
Version: | 1.0.2 |
Author(s): | c-sharX (René Ruppert) |
Last Update: | Saturday, December 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://c-sharx.net/forms-volumeslider |
NuGet Url: | https://www.nuget.org/packages/VolumeSliderPlugin |
Install
Install-Package VolumeSliderPlugin
dotnet add package VolumeSliderPlugin
paket add VolumeSliderPlugin
VolumeSliderPlugin Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Xamarin.Forms(>= 3.4.0.1008975)
- Xamarin.Forms(>= 3.4.0.1008975)
- Xamarin.Forms(>= 3.4.0.1008975)
Tags
On iOS it is using the native MPVolumeView, on Android it is using a custom renderer based on the Xamarin.Forms Slider element.
The control allows changing the system volume and listening to changes via an event. The volume level supports databinding.
The control will listen to system initiated volume changes (hardware keys, soft keys) and update itself to match the current value.