PhoneGap: Scaling down a webpage with viewport

前端 未结 3 1964
渐次进展
渐次进展 2020-12-11 17:38

I am creating a quick prototype of an App we are going to be building at work so we can do a quick user test on some functionality.

My designer created my images at

3条回答
  •  时光取名叫无心
    2020-12-11 18:15

    I found it. There is a 'config.xml' in the root of the project. Setting this line:

        
    

    To be 'true' like my snippet here shows, made the app scale correctly like it did online.

提交回复
热议问题