cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript Meeting SDK: Mobile Layout Doesn't Scale Correctly

petercopter
Listener

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.

petercopter_0-1687065344712.png

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?

2 REPLIES 2

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

Welcome to the Zoom Community, @petercopter 

 

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/


Ray - Need cost-effective Zoom Events Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !

petercopter
Listener

@Ray_Harwood Oops yep, thanks! 👍