Skip to content

Commit

Permalink
Merge pull request #8892 from endlessm/html5-app-allowfullscreen
Browse files Browse the repository at this point in the history
html5_viewer: Allow fullscreen in iframe
  • Loading branch information
rtibbles authored Dec 10, 2021
2 parents cd18af1 + 0a0e58c commit 4c1eca4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
:style="{ backgroundColor: $themePalette.grey.v_100 }"
frameBorder="0"
:src="rooturl"
allow="fullscreen"
>
</iframe>
<KCircularLoader
Expand Down

0 comments on commit 4c1eca4

Please sign in to comment.