1
有誰知道Dojo手機TabBarButton(包含在1.7.2 TabBar中)是否支持iOS視網膜圖標?我知道CSS媒體查詢與JQuery一起使用,但我找不到有關如何在Dojo Mobile Toolkit中使用CSS Media Queries的信息。Dojo Mobile 1.7.2 TabBarButton iOS Retina支持
所以在下面的例子中...
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-icon-myapp-settings {
background: url("[email protected]") no-repeat rgba(0, 0, 0, 0.4) !important;
background-size: 18px 18px;
}
「UI圖標 - MYAPP的設置」 我認爲這是特定於JQuery的。我將使用什麼來隔離我爲Dojo Mobile TabBarButton定義的圖標?
在此先感謝!