When viewing a webpage on a mobile phone, the page cannot be limited, and the width is several times that of the mobile phone screen

Description
When viewing a webpage on a mobile phone, the page cannot be limited, and the width is several times that of the mobile phone screen

Error
This is PC

This is Phone

But I set

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalabel=0">

Which version?
latest version

To Reproduce(If applicable)
Normal operation

Screenshots
I hope it can be displayed normally on the mobile phone

Smartphone (please complete the following information):

  • Browser:[Chrome]

Other
Our company is ready to use your paid products, but the current stage is the test stage, please solve these problems I raised

Translated by Google

Hey @spirit.ling.pub,

Did you set any other CSS? Please provide steps to reproduce, or your CSS code so I can debug.

Thanks,
Tommy

NO, I didn’t change anything, there was a problem with the preview on my phone。

I see that you do not support responsive

Hey @spirit.ling.pub,

The Web SDK for the most part is responsive.

Please try adding this to index.html:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Thanks,
Tommy

You see the content of my question, I wrote this code, and my code is relatively complete. I also tried this, but unfortunately, it was useless. I read your other questions and said that it does not support mobile web adaptation

Translated by Google

Hey @spirit.ling.pub,

We will work on making the Web SDK more mobile friendly.

Thanks,
Tommy