Scaling a Phonegap app for different Android screen sizes/densities?

前端 未结 4 921
误落风尘
误落风尘 2021-02-04 04:12

I have a Phonegap app designed to run on Android phones and tablets. The scale of text and images looks fine on a phone, but too small on a 7” tablet.

Is there a way to

4条回答
  •  粉色の甜心
    2021-02-04 04:39

    Consider that target-densitydpi has been deprecated and removed from Webkit according to Pete LePage (https://plus.google.com/+GoogleChromeDevelopers/posts/BKHdSgQVFBB), I think a better approach is to use media queries to target high-dpi devices before dropping phonegap

提交回复
热议问题