- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序是使用 html 页面和 css 的 android phonegap 应用程序。但是我的应用程序设计在不同的模拟器中是不同的。我需要为所有移动设备获得相同的 UI 设计。
注意
我没用过jquery mobile
这是我的代码
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=320; user-scalable=no" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>PhoneGap</title>
<script src="../Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script>
<link rel="stylesheet" href="../js/master.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript">
</script>
<style type="text/css">
label.custom-select
{
position: relative;
}
.custom-select select
{
display: inline-block;
border: 2px solid #03498A;
padding: 2px 3px 3px 50px;
margin: 0;
outline:none; /* remove focus ring from Webkit */
line-height: 1.2;
background: #03498A;
color: #FFFFFF;
font-size:15pt;font:bold;
width:80%;
height:7%;
-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 2px;
}
/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.custom-select select
{
padding-right:30px;
}
}
/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus
{
-webkit-box-shadow: 0 0 3px 1px #c00;
-moz-box-shadow: 0 0 3px 1px #c00;
box-shadow: 0 0 3px 1px #c00;
}
/* Select arrow styling */
.custom-select:after
{
content: "â–¼";
position: absolute;
top: 2%;
right: 0;
bottom: 0;
font-size: 60%;
line-height: 30px;
padding: 0 7px;
background-image: url(../images/dd.PNG);
background-repeat:no-repeat;
padding-left:80%;
color: #03498A;
pointer-events:none;
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
}
.no-pointer-events .custom-select:after
{
content: none;
}
.dropdown
{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #03498A;
border: 1px solid;
color: #FFFFFF;
width:260px;font-size:20pt;font:bold;
}
#setting
{
margin-left:10%;
margin_right:5%;
}
#checknotify
{
margin-left:50%;
}
#checkphone
{
margin-left:38%;
}
#checklocation
{
margin-left:51%;
}
#allcauses
{
margin-left:2%;
}
#link
{
margin-left:20%;
}
#managelabel
{
margin-left:6%;
}
.checkBox
{
background-position: 0px 0px;
}
.checkBoxClear
{
background-position: -32px 0px;
}
.checkBox, .checkBoxClear
{
background-image: url('../images/Check.png');
background-repeat: no-repeat;
display: inline-block;
float: left;
width: 32px;
height: 32px;
padding: 0px;
margin: 0px;
cursor: hand;
}
.checkBox1
{
background-position: 0px 0px;
}
.checkBoxClear1
{
background-position: -32px 0px;
}
.checkBox1, .checkBoxClear1
{
background-image: url('../images/Check.png');
background-repeat: no-repeat;
display: inline-block;
float: left;
width: 32px;
height: 32px;
padding: 0px;
margin: 0px;
cursor: hand;
}
.checkBox2
{
background-position: 0px 0px;
}
.checkBoxClear2
{
background-position: -32px 0px;
}
.checkBox2, .checkBoxClear2
{
background-image: url('../images/Check.png');
background-repeat: no-repeat;
display: inline-block;
float: left;
width: 32px;
height: 32px;
padding: 0px;
margin: 0px;
cursor: hand;
}
.checkBox3
{
background-position: 0px 0px;
}
.checkBoxClear3
{
background-position: -32px 0px;
}
.checkBox3, .checkBoxClear3
{
background-image: url('../images/Check.png');
background-repeat: no-repeat;
display: inline-block;
float: left;
width: 32px;
height: 32px;
padding: 0px;
margin: 0px;
cursor: hand;
}
</style>
</head>
<body >
<div>
<div><input type="image" style="width:100%" src="../images/set.png" />
</div>
<div align="center" style="margin-top:2%"><input type="image" src="../images/load.png" style="width:90%" />
<input type="image" src="../images/image.png" style="width:90%"/>
<div style="margin-top:5%">
<label id="managelabel" style="width:70%;font-size:12pt">Manage Cause Settings</label>
<a id="link" href="javascript:help()">Help ?</a>
</div>
</div>
<div id="loadingScreen" align="center"></div>
<div align="center" style="margin-top:5%"><label class="custom-select"><select name="mydropdown" style="width:90%;height:10%;font-size:15pt" >
<option id="0" value="opt">option</option>
</select></label>
</div>
<div style="margin-top:3%;padding:5%">
<table>
<tr width="100%">
<td width="90%"><label>One</label></td>
<td><div id="Div1" class="checkBox"> </div></td>
<label for="Div1"></label>
<td><input value='' type='checkbox' style="display:none" /></td>
</tr>
<tr width="100%">
<td ><label>Two</label></td>
<td><div id="Div2" class="checkBox1"> </div></td>
<label for="Div2"></label>
<td><input value='' type='checkbox' style="display:none" /></td>
</tr>
<tr width="100%">
<td ><label>Three</label></td>
<td><div id="Div3" class="checkBox2"> </div></td>
<label for="Div3"></label>
<td><input value='' type='checkbox' style="display:none" /></td>
</tr>
</table>
</div>
<br/>
<div>
<table>
<tr width="100%">
<td><div id="Div4" class="checkBox3"> </div></td>
<label for="Div4"></label>
<td><label style="width:60%;font-size:12pt">Here settings</label></td>
<td><input value='' type='checkbox' style="display:none" id='chkAllCauses'/></td>
</tr>
</table>
</div>
</div>
<div style="margin-top:32%">
<div style="border-width:3px;padding-top:2%;padding-bottom:2%;padding-right:0px;padding-left:0px;background-color:#00458D;bottom:0;" align="center">
<table width=100%>
<input type="image" src="../images/first.PNG" style="width:23%" />
<input type="image" src="../images/second.jpg" style="width:23%" />
<input type="image" src="../images/third.jpg" style="width:23%" />
<input type="image" src="../images/fourth.png" style="width:23%"/>
</table>
</div>
</div>
</div>
</body>
</html>
我附上了两张截图,我在不同的两个模拟器上运行,现在你可以简单地分析问题。
![图片来自Galaxy Tab][1]
来自settingFromAndroid2.2的图片底部的设计消失了,当我向下滚动时只有我可以看到。
![Android2.2][2]
要清除这些问题,我正在尝试使用页脚
假设我的设计中有文本框,
<input type="text" style="width: 80%;height: 35px;font-size:15pt;border:4px solid orange" placeholder="Email Address (User ID)" />
我无法在文本框中键入文本,我的设计在键入时折叠,这里我附上了屏幕截图和 html 文件。请查看此文件。![带页脚][3]
如何解决我的问题?
更新在我上面的代码中,我只为页脚添加了这一行
<input type="text" style="width: 80%;height: 35px;font-size:15pt;border:4px solid orange" placeholder="Email Address (User ID)" />
<div data-role="footer" class="ui-bar" style="height:2px;bottom:0%;padding-bottom:0%;">
<table width=100%>
<input type="image" src="../images/Home.PNG" style="width:23%" onClick="home()"/>
<input type="image" src="../images/messages-menu.jpg" style="width:23%" onClick="inbox()"/>
<input type="image" src="../images/settings-menu.jpg" style="width:23%" onClick="settings()"/>
<input type="image" src="../images/close-menu.png" style="width:23%" onClick="callServiceFunction()"/>
</table>
</div>
</div>
</div>
</body>
</html>
最佳答案
我遇到了类似的问题,但我的显示的是菜单选项。我认为 css 位置在文本软键盘加载时被破坏。
$('#menuFooter').css('position', 'fixed');
$('#menuFooter').toggle();
关于android phonegap设计问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11132353/
关闭。这个问题需要更多focused .它目前不接受答案。 想改善这个问题吗?更新问题,使其仅关注一个问题 editing this post . 4年前关闭。 Improve this questi
.NET 框架:4.5.1 我在 Blend for visual studio 2015 中遇到一个奇怪的错误,我找不到它的来源。 如果我在 VS 中打开我的 WPF 解决方案,它会加载并运行良好。
我经常遇到这样的问题,与 Hierarchical RESTful URL design 非常相似 假设该服务仅提供用户上传文档。 POST, GET /accounts PUT, DELETE /a
在 Rails 应用程序中,我使用 devise 来管理我的用户,而我用来销毁 session 的链接不再有效。它正在工作,现在我添加了事件管理员,但没有。 我的链接是 :delete, :clas
我已经坚持了超过 24 小时,试图按照此处发布的其他解决方案进行操作,但我无法使其正常工作。我是 Rails 新手,需要帮助! 我想让我的/users/edit 页面正常工作,以便我可以简单地更改用户
Devise 在以下情况下不会使用户超时: 用户登录,关闭选项卡,然后在超时 + X 分钟内重新访问该 URL。用户仍处于登录状态。 如果选项卡已打开并且稍后刷新/单击,则超时可以正常工作。这意味着
我想使用这样的 slider 我希望该 slider 根据提供给它的值进行相应调整。到目前为止,我只能应用具有渐变效果的背景,但无法获得这种效果。请通过提供样式代码来帮助我。
您应该为每种方法创建一个请求/响应对象,还是应该为每个服务创建一个? 如果我在所有方法中使用它,我的服务请求对象中将只有 5 个不同的东西,因为我对几乎所有方法使用相同的输入。 响应对象将只有一个字典
我正在尝试在 REST 中对实体的附件进行建模。假设一个缺陷实体可以附加多个附件。每个附件都有描述和一些其他属性(上次修改时间、文件大小...)。附件本身是任何格式的文件(jpeg、doc ...)
我有以下表格: Blogs { BlogName } BlogPosts { BlogName, PostTitle } 博客文章同时建模一个实体和一个关系,根据 6nf(根据第三个宣言)这是无效的。
如果 A 类与 B、C 和 D 类中的每一个都有唯一的交互,那么交互的代码应该在 A 中还是在 B、C 和 D 中? 我正在编写一个小游戏,其中许多对象可以与其他对象进行独特的交互。例如,EMP点击
关于如何记住我与 Omniauth 一起工作似乎有些困惑。 根据这个wiki ,您需要在 OmniauthCallbacksController 中包含以下内容: remember_me(user)
设计问题: 使用 非线程安全 组件(集合,API,...)在/带有 多线程成分 ... 例子 : 组件 1 :多线程套接字服务器谁向消息处理程序发送消息... 组件 2 :非线程安全 消息处理程序 谁
我们目前正在设计一个 RESTful 应用程序。我们决定使用 XML 作为我们的基本表示。 我有以下关于在 XML 中设计/建模应用程序数据的问题。 在 XML 中进行数据建模的方法有哪些?从头开始然
我正在设计一个新的 XSD 来从业务合作伙伴那里获取积分信息。对于每笔交易,合作伙伴必须提供至少一种积分类型的积分值。我有以下几点:
设计支持多个版本的 API 的最佳方法是什么。我如何确保即使我的数据架构发生更改(微小更改),我的 api 的使用者也不会受到影响?任何引用架构、指南都非常有用。 最佳答案 Mark Nottingh
关闭。这个问题是opinion-based 。目前不接受答案。 想要改进这个问题吗?更新问题,以便 editing this post 可以用事实和引文来回答它。 . 已关闭 4 年前。 Improv
我想用 php 创建一个网站,其工作方式与 https://www.bitcoins.lc/ 相同。确实,就每个页面上具有相同布局但内容会随着您更改链接/页面而改变而言,我如何在 php 中使用lay
我有一个关于编写 Swing UI 的问题。如果我想制作一个带有某些选项的软件,例如在第一个框架上,我有三个按钮(新建、选项、退出)。 现在,如果用户单击新按钮,我想将框架中的整个内容更改为其他内容。
我正在尝试找出并学习将应用程序拥有的一堆Docker容器移至Kubernetes的模式和最佳实践。诸如Pod设计,服务,部署之类的东西。例如,我可以创建一个其中包含单个Web和应用程序容器的Pod,但
我是一名优秀的程序员,十分优秀!