[TIMOB-24619] Titanium.Media: Hide subtitle icon when using mediaControlStyle
GitHub Issue | n/a |
Type | New Feature |
Priority | None |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-04-25T14:16:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Victor Vazquez Montero |
Assignee | Eric Merriman |
Created | 2017-04-24T20:02:56.000+0000 |
Updated | 2017-06-02T19:02:31.000+0000 |
Description
User would like the ability to hide the subtitle icon when using mediaControlStyle:
Titanium.Media.VIDEO_CONTROL_DEFAULT
Titanium.Media.VIDEO_CONTROL_EMBEDDED
Titanium.Media.VIDEO_CONTROL_VOLUME_ONLY
Currently when using these control style the subtitle icon appears. (please see screenshot attached)
feature request
ability to use the mediaControlStyle in Titanium.Media and to hide the subtitle icon
Attachments
The subtitle menu is shown / hidden based on the users device setting and cannot manually be turned off, since it's an important accessibility feature iOS users when presenting video. See [this](http://stackoverflow.com/questions/20352480/hide-subtitles-menu-from-mpmoviecontrol-in-ios-7) and [this](http://stackoverflow.com/questions/20352480/hide-subtitles-menu-from-mpmoviecontrol-in-ios-7) discussion for more infos.
Closing ticket as this is not our bug.