gpt4 book ai didi

html - Phonegap/Cordova 应用程序在三星 Galaxy S4 等高分辨率设备上缩小得太小

转载 作者:技术小花猫 更新时间:2023-10-29 11:54:03 25 4
gpt4 key购买 nike

在 iPhone 4/4S (640x960)、HTC Desire HD (480x800)、三星 Galaxy Note 等设备上,我的 Phonegap/Cordova 应用在以下设置下看起来不错。

<meta name="viewport" content="user-scalable=no, initial-scale=0.75, maximum-scale=1, minimum-scale=0.75, width=device-width, height=device-height, target-densitydpi=device-dpi" />

但它在三星 Galaxy S4(1080x1920,5.0 英寸 ~441 ppi 像素密度)等超高分辨率设备上缩小得太小,用户可能需要放大镜才能阅读。

如何调整视口(viewport),使其在所有手机/平板电脑上看起来大小相同,无论屏幕尺寸或像素密度如何?

我尝试将比例增加到 1.5,它在 S4 上可读,但在低密度设备上一切都太大了。

有什么想法吗?

最佳答案

尝试用 medium-dpi 替换 device-dpidevice-dpi 防止默认缩放,而 medium-dpi 将在低密度屏幕上缩小并在高密度屏幕上放大。

这里有一些引用 http://developer.android.com/reference/android/webkit/WebView.html

原始帖子和答案在这里:https://stackoverflow.com/a/15545381/1039194

关于html - Phonegap/Cordova 应用程序在三星 Galaxy S4 等高分辨率设备上缩小得太小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16435651/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com