javascript - For pages written in rem, the text displayed on Android phones is normal, but the text displayed on Apple is extremely small. Why?
仅有的幸福2017-05-24 11:36:21
0
2
1070
The page is written in rem. When I test the mobile phone with f12 in chrome, it is correct. But on the real phone, Android is right. Why is the text displayed on the Apple phone so small?
This is the reason for DPR. Some ios have 2x screen or 3x screen, so it will cause the screen to look smaller than Android. Solution strategy
;
(function(win, lib) {
})(window, window['lib'] || (window['lib'] = {}));
Confirm whether the meta viewport information is correct.