[AC-5920] iOS: Ti.Media.setAudioSessionCategory has no effect for videos in webview
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-12-03T21:29:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | David Illichmann |
Assignee | Shak Hossain |
Created | 2018-09-20T09:49:35.000+0000 |
Updated | 2018-12-03T21:29:50.000+0000 |
Description
When I try to playback a video in a webview while my iPhone is muted I can't hear sound.
I used this function before loading the webview:
Ti.Media.setAudioSessionCategory(Ti.Media.AUDIO_SESSION_CATEGORY_PLAYBACK);
When I click on the video the iOS Player starts playing but there is still no sound.
Hello, Can you try on SDK 7.5.0.GA and see if the issue still there or not? Thanks.