2016-03-23 33 views
0

Bir mobil uygulama tasarladım ve Dreamweaver'da CSS ve ThemeRoller ile tasarladım. Safari'de harika görünüyor ama Android cihazımda test etmek için PhoneGap Build kullandığımda, stil kayboluyor.ThemeRoller cihazda çalışmıyor

CSS'nin yanı sıra ThemeRoller stilini hiç şanssız koduma yerleştirmeyi denedim.

Aşağıda, kodumun bir pasajı var.

<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> 

cevap

0
<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> 
+0

teşekkürler, işime Bu kodu yapıştırarak denedim ama benim stil berbat – Fathima

İlgili konular