VolumeSlider icon indicating copy to clipboard operation
VolumeSlider copied to clipboard

PhoneGap / Cordova iOS plugin that allows you to add a native volume slider (MPVolumeView) to your app

Results 5 VolumeSlider issues
Sort by recently updated
recently updated
newest added

I am using npm version 5.0.3 and cordova version 7.0.1 This is the error I get when executing `cordova plugin add https://github.com/devgeeks/VolumeSlider.git`: ``` Error: Failed to fetch plugin https://github.com/devgeeks/VolumeSlider.git via...

When trying to build the app for iOS with Cordova (command line: cordova build ios), I get the following error: `VolumeSlider.m:23:34: error: no visible @interface for 'CDVPlugin' declares the selector...

bug

This is a modification to the slider control library to allow you to set the phone's master volume, and then set it back if needed using the clever little slider...

I found a bug changes the width of the volume slider and slides it to the left. Also, the slider doesn't work correctly when the volume is all the way...

bug

hi @devgeeks it's a good plugin~I am using PGB 3.4 and iOS 7.1.1 issue after show the slider,I use the "hide" method want to hidden it,but not work,still appear in...