[TIMOB-15195] iOS: allow playing videos inline in a webview
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Davide Cassenti |
| Assignee | Unknown |
| Created | 2013-09-16T14:53:29.000+0000 |
| Updated | 2018-02-28T20:03:48.000+0000 |
Description
Feature description
Allow videos to be played inline; an example is the YouTube video embedded in the WebView. There is a propertyallowsInlineMediaPlayback to allow it:
https://developer.apple.com/library/ios/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html
No comments