Files
react-native/Libraries/Components
Ramanpreet NaraandLorenzo Sciandra 527792ac8e Implement 'allowsInlineMediaPlayback` prop
Summary:
For iPhones with small screen sizes (e.g: iPhone 5s), inside the `<WKWebView/>` component, videos will play in fullscreen mode. In this diff, I introduce a prop called `allowsInlineMediaPlayback` that when set to true, will allow videos to play inline.

**Note:** For videos to play inline, the HTML video element must also have a `playsinline` attribute on it.

Reviewed By: shergin

Differential Revision: D6379770

fbshipit-source-id: a0130720ffede6c24a90cad0c97a75b657d77017
2018-08-22 17:17:12 +01:00
..
2018-06-06 05:32:06 -07:00
2018-07-09 08:17:51 -07:00
2018-06-19 14:17:19 -07:00
2018-08-13 21:38:58 +01:00