Volume Control Plugin

This plugin allows you to control the devices volume level for all audio( excluding ringer)

Limitations:

Only works on iOS and Android

Functions:

volume.get()

--returns value between 0-1 (1 = max, 0 = mute) (andorid only returns to the tenth decimal)

volume.set(volume)

--volume (integer) pick value between 0-1. Please note on android you can only go to the tenth decimal place.(.01 will not work on android but .1 will)

volume.hideBox()

--hides volume box on iOS(note this does nothing on android), edit: now recommended if you want to use non deprecated iOS apis

Build.settings

Helpful Links:

Get Plugin

Example

Support