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.
我知道您可以下载 Cordova 并像使用 html 页面一样使用 android 应用程序。如果屏幕尺寸小于我的 PSD 宽度/高度参数,我可以在使用它时使用像素弥补并使用类似缩小功能的功能吗?或者我除了 % 弥补之外别无他法
您可以像使用常规站点一样使用 phonegap。由于 Android 设备屏幕尺寸的碎片化,您可能需要在 css 中充分利用基于百分比的 css 布局和媒体查询。