Android应用以低变焦显示

时间:2015-09-06 18:54:02

标签: android cordova phonegap-build mobile-application

我使用phonegap创建了简单的Android应用程序并部署到了Playstore。不幸的是,一旦我将应用程序部署到商店,它就会显示在一个非常小的区域,就像整个屏幕缩放到10%甚至更低。可能是什么问题?我有默认的视口设置等。

<head>
<meta charset="utf-8" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="msapplication-tap-highlight" content="no" />
    <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
    <meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
    <link rel="stylesheet" type="text/css" href="css/index.css" />
    <title>Weather Application</title>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
</head>

1 个答案:

答案 0 :(得分:0)

@Chandana, 你的标题中有太多了。减少viewport中的声明,然后添加所需内容。

从这开始,一次添加一个项目。

<meta name="viewport" width=device-width />

杰西