Hi team,
I am using icons. These icons are coming fine in Samsung S3 mobile but not coming in Samsung Ace.
Here are code used.
{view:“button”, label:“Fix an Appointment”,type:“iconButton”,icon:“calendar”},
{view:“button”, label:“Call an ambulance”,type:“iconButton”,icon:“ambulance”}
Which version of Android is used on the Samsung Ace ?
Its android 2.3.6
Unfortunately Android 2.x doesn’t support icon fonts
http://caniuse.com/fontface
If you plan to support this version of Android - you need to use images and image buttons.