Skip to content

Commit 09753ff

Browse files
authored
Merge pull request #182 from ahasnawi/android-fullscreen
Android Full Screen
2 parents 731a2e1 + e01518a commit 09753ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

widget/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
iframe.classList.add("ng-hide");
167167
iframe.height = $rootScope.appHeight + "px";
168168
iframe.frameborder = "0";
169-
iframe.allow = "autoplay";
169+
iframe.allow = "autoplay; fullscreen";
170+
iframe.setAttribute("allowfullscreen", "");
170171
$(element).append(iframe);
171172
}
172173
};

0 commit comments

Comments
 (0)