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.
在 Android 中,我们有尺寸和字体大小与密度无关的像素 (dp, sp)。
html + phonegapp 中的替代方案是什么?
我们是否需要为每个尺寸类(ldpi、mdpi、hdpi...)制作单独的布局?
如果屏幕密度太高,应用程序能否以编程方式“放大”网页(WebView),让字体看起来不会太小?
PS 视口百分比单位vw,vh不适用于 Android 网络视图。
vw
vh