Changed Jquery Mobile's Default Icon Set, Work On Browser, Failed On Device
in my application, I changed the jQuery-Mobile's default icon: icons-18-white.png CSS: .ui-icon, .ui-icon-searchfield:after { background-color: #000000 /*{global-icon-color}*/; bac
Solution 1:
It turns out that iOS and Android phones deal with "icons-36-white.png", so you should include and change it as well.
Post a Comment for "Changed Jquery Mobile's Default Icon Set, Work On Browser, Failed On Device"