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

matlab - Deleting rows with specific rules -

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