Javascript Meeting SDK: Mobile Layout Doesn't Scale Correctly
![petercopter petercopter](https://community-staging.gss.corp.zoom.com/html/assets/Avatar-Default2.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Topics:
-
Meeting Features
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
![petercopter petercopter](https://community-staging.gss.corp.zoom.com/html/assets/Avatar-Default2.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-19 02:03 PM
@Ray_Harwood Oops yep, thanks! 👍
![](/skins/images/5DF9DC54865270D31544CFAD6113D28C/responsive_peak/images/icon_anonymous_message.png)