changed jQuery Mobile's default icon set, work on browser, failed on device

前端 未结 1 897
刺人心
刺人心 2021-01-28 05:21

in my application, I changed the jQuery-Mobile\'s default icon:

icons-18-white.png

CSS:

.ui-icon,
.ui-icon-searchfield:after {
background-color:          


        
相关标签:
1条回答
  • 2021-01-28 05:56

    It turns out that iOS and Android phones deal with "icons-36-white.png", so you should include and change it as well.

    0 讨论(0)
提交回复
热议问题