Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个网络应用程序,当我在 Chrome for android 中加载它时,它会显示一些非常奇怪的文本重新缩放。现在,当我在例如 DuckDuckGo 隐私浏览器中加载同一页面时,一切正常。为什么会触发,我该如何预防?
图片
对于所有有相同问题的人,我找到了解决它的方法。我仍然不知道是什么原因造成的,但可以通过给元素 amax-width和来解决max-height。
max-width
max-height
像这样的东西:
* { max-width: 999999px; max-height: 999999px; }