Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5127] iOS: Get/Set the devices sound volume

GitHub Issuen/a
TypeNew Feature
PriorityTrivial
StatusClosed
ResolutionWon't Fix
Resolution Date2020-02-13T15:15:34.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sn/a
ComponentsiOS
Labelstraining
ReporterKarol Pomaski
AssigneeEric Merriman
Created2011-08-26T15:05:47.000+0000
Updated2020-02-13T15:15:34.000+0000

Description

Use Case

Lets say we put a mute on our iPhone/iPad. We open our application and the .wav file has 100% of the volume but still we are not able to listen it because the iPad is in mute mode. We are really able to change the music object volume not the devices.

Feature request

Good idea would be to build some module that would give us ability to change the device volume level. In objective C exists class MPVolumeView. It can be shown as a normal slider. Please take a look at the example image.

Attachments

FileDateSize
Screen Shot 2011-09-01 at 1.19.09 PM.png2011-09-01T11:20:01.000+0000155699

Comments

  1. Rene Pot 2020-02-13

    Setting volume is possible with https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media.Sound-property-volume

JSON Source