Javascript Meeting SDK: Mobile Layout Doesn't Scale Correctly | Community
Skip to main content
Newcomer
June 18, 2023
Question

Javascript Meeting SDK: Mobile Layout Doesn't Scale Correctly

  • June 18, 2023
  • 2 replies
  • 1 view

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?

2 replies

Ray_Harwood
Community Super Champion | Customer
Community Super Champion | Customer
June 18, 2023

Welcome to the Zoom Community, @petercopter 

 

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

Newcomer
June 19, 2023

@Ray_Harwood Oops yep, thanks! 👍