diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 10:30:26 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-23 10:30:26 -0400 |
| commit | 2118c797762d6ef2699a80b2dc3356a6f10d0bae (patch) | |
| tree | 3c3eb8df5bad81739b3883462532700beaae0966 /www/js/EventModalCtrl.js | |
| parent | 5eac484a44243b7d1a41036f4d25c4f23dcc6e76 (diff) | |
updates to make inline playback work on iOS
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 7a66a506..9a3730f7 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1618,6 +1618,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro autoPlay: true, responsive: false, nativeControls: false, + nativeFullScreen:false, playsInline: true, sources: [ |
