在phonegap jqueryMobile应用程序中,标题高度被切断

时间:2013-06-01 03:20:52

标签: jquery-mobile cordova

我已经为phonegap集成了一个电子邮件插件。但是,当我从phonegap应用程序打开电子邮件时,标题会被切断。以下是我遵循的步骤:

1> The regular image, before opening up email. When the user clicks "Send Feedback, it goes to next screen."

2>The email is opened and when i hit cancel, the header gets cut off as shown in image 3 ![][2]

3>Here u can see the header gets cut off.

这是css,我添加到标题中:

div[data-role="header"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 45px;
}

.ui-header .ui-title, .ui-footer .ui-title{
    font-size: 18px;
}

任何帮助将不胜感激...提前致谢!!! :)

1 个答案:

答案 0 :(得分:0)

我讨厌回答我自己的问题,但这就是我所做的。

正如其中一个stackoverflow回答中所建议的那样,我从index.html中的meta-tag中取出了“height = device-height”。

但是,这解决了IOS 5的问题,但IOS6仍然存在。

所以,这种问题解决了这个问题。

http://osdir.com/ml/phonegap/2012-09/msg01797.html