Description
Fullscreen is not working in Android + Firefox. I am using an iframe to serve the Zoom web sdk.
Error
N/A
Which version?
1.7.8
To Reproduce(If applicable)
- Click the fullscreen button on firefox
Screenshots
N/A It’s just not fullscreening
Smartphone (please complete the following information):
- Device: A50s
- OS: Android
- Version: 10
- Browser:Firefox 68.8.1
Additional context
Web SDK is served from an iframe
tommy
(Tommy Gaessler)
2
Hey @cquibada,
When using full screen in an iFrame you have to allow the iFrame to go full screen via the allowfullscreen
attribute.
https://www.w3schools.com/tags/tag_iframe.asp
Thanks,
Tommy
Hi @tommy,
We already have this set along with webkitallowfullscreen and mozallowfullscreen
tommy
(Tommy Gaessler)
4
Hey @cquibada,
Gotcha. I will say the Web SDK was not designed to work in an iFrame and has not been tested for that so there could be issues.
Thanks,
Tommy