From 66cc2929b96a06f20c4884b4c80d8487236d7c1a Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 13 Nov 2012 09:16:18 +0000 Subject: [PATCH] --- inc/ws/Util/html5/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5