Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-06-17 10:21 PM
I'm implementing the Meeting SDK for Web. On desktop everything works fine, but mobile is not scaling correctly. Weirdly it's only Chrome, Safari on iOS simulator seems to work as expected.
I noticed there's CSS coming in that sets the html and body elements to a min-width:
html, body {
min-width: 1100px;
}
When I override that, the mobile layout works as expected:
html, body {
min-width: auto;
}
What's going on here?
2023-06-18 04:57 PM
Welcome to the Zoom Community, @petercopter
This is a question more appropriate for the Developers Forum at https://developers.zoom.us/
2023-06-19 02:03 PM
@Ray_Harwood Oops yep, thanks! 👍