From: vincent@cubedesigners.com Date: Tue, 13 Nov 2012 09:16:18 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=66cc2929b96a06f20c4884b4c80d8487236d7c1a;p=cubeextranet.git --- diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index c81d682f9..516ceb9f5 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -292,7 +292,7 @@ class wsHTML5Compiler { } elseif ($this->phonegap == 'ios') { $res = array('mp4'); } else if ($this->phonegap == 'android') { - $res = array('webm'); + $res = array('webm', 'mp4'); } if ($poster) {