标签: android angular typescript google-chrome-devtools ionic3
我需要在低分辨率设备上测试Ionic 3应用程序。但我没有低分辨率的设备。你能告诉我如何在chrome dev工具中做到这一点吗?
低分辨率设备:Zte
屏幕尺寸:5.0英寸,480 x 854像素
答案 0 :(得分:1)
如评论中所指定,像素密度为{{1}}。
设备像素比= 196PPI
196PPI
逻辑分辨率为196/150=~1.3中的屏幕尺寸,即pixels/dpr (480x854)/1.3 = (369×657)和width。
196/150=~1.3
pixels/dpr
(480x854)/1.3 = (369×657)
width