我已经创建了一个移动应用程序,并在Dreamweaver上使用CSS和ThemeRoller对其进行样式设置。它在safari上看起来很棒,但当我使用PhoneGap Build在我的安卓设备上测试它时,样式就消失了。
我尝试过将CSS和ThemeRoller样式嵌入到我的代码中,但没有成功。
下面是我的代码片段。
<link rel="stylesheet" href="themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" />
<link href="styleSheet/fgStyle.css" rel="stylesheet" type="text/css">
<link href="themes/fg-designs-custom-theme.css" rel="stylesheet" type="text/css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>发布于 2016-03-23 19:30:47
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"</script>
<script type="text/javascript" src="js/index.js"></script>
<script src="phonegap.js"></script>https://stackoverflow.com/questions/36176517
复制相似问题