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 CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
2023-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! 👍