Skip to content

Commit

Permalink
Merge pull request #427 from catalyst/fix-embedded-iframe-on-mobile-a…
Browse files Browse the repository at this point in the history
…pp-view

Fix mobile app embedding display, which partially showed the content
  • Loading branch information
falcon-git authored Jun 11, 2023
2 parents 775c9ca + 2c815ee commit 29dba91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/mobile_view_page.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{{=<% %>=}}
<div style="height: 100%; width: 100%; background: white;">
<iframe
width="100%"
height="100%"
src="<% wwwroot %>/mod/hvp/embed.php?id=<% cmid %>&user_id=<% user_id %>&secret=<% secret %>"
frameborder="0"
allow="microphone; camera"
Expand Down

0 comments on commit 29dba91

Please sign in to comment.