initial-scale

initial-scale = 1.0 + width= device-width not fitting the whole screen on any mobile

心不动则不痛 提交于 2019-12-24 23:51:38
问题 So I'm pretty stumped right now. I'm building a responsive website using the theme Delicate. It comes in built with the meta tag Which I was under the impression would set the entirety of the content on the screen width. On my phone I have to zoom out to have the content displayed somewhat nicely. I've tried changing the initial-scale value to 0.65 which made the site look nice on my personal phone which I am using to develop but it doesn't work well on the iphone 6 or other devices. I've

Android 4.1 viewport scaling ( setInitialScale, meta initial-scale not working)

南楼画角 提交于 2019-12-06 04:06:06
问题 There are hundreds of posts across SO and the rest of the internet about trying to fix viewport scaling in Android, and I'm now fairly certain that you just cannot set the initial-scale in a webview on Android 4.1. I'm building a Cordova (Phonegap) app, and I've got every thing scaled nicely on the iPhone 3GS, 4S and 5 and an iPad 2, running iOS7 and the 3GS on iOS6 I've also got the UI scaled to fit on the Moto G, LG Nexus 5, Google Nexus 5 and Samsung Galaxy S4, all running Android 4.4 But

Android 4.1 viewport scaling ( setInitialScale, meta initial-scale not working)

╄→尐↘猪︶ㄣ 提交于 2019-12-04 09:17:08
There are hundreds of posts across SO and the rest of the internet about trying to fix viewport scaling in Android, and I'm now fairly certain that you just cannot set the initial-scale in a webview on Android 4.1. I'm building a Cordova (Phonegap) app, and I've got every thing scaled nicely on the iPhone 3GS, 4S and 5 and an iPad 2, running iOS7 and the 3GS on iOS6 I've also got the UI scaled to fit on the Moto G, LG Nexus 5, Google Nexus 5 and Samsung Galaxy S4, all running Android 4.4 But on a Samsung Galaxy S2 and S3 Mini running Android 4.1, I cannot set the initial-scale. The HTML