ibm mobilefirst - Dojo. Different colors in Device than in preview -


i'm using wl 5.0.6

i create new hybrid application dojo.

i create edgetoedgelist 2 listitem.

when preview it, list items , background grey when run application in android device list items , background black.

how can change behaviour?

thank you.

if want use theme see in preview on android, remove:

<script type="text/javascript" src="dojox/mobile/devicetheme.js"></script> 

from main html. going want add like:

<link rel="stylesheet" href="dojox/mobile/themes/iphone/iphone.css"> 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -