-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I am using cordova and ratchet to build a mobile application but my icon cant display correctly. Is there any solution
Phone:Redmi note3
My code
`
HOME
<a class="tab-item" onClick="currentPage.loadPage('AddAssetGuide');">
<span class="icon icon-plus"></span>
<span class="tab-label">ADD ASSET</span>
</a>
<a class="tab-item" onClick="currentPage.loadPage('ViewAsset');">
<span class="icon icon-list"></span>
<span class="tab-label">VIEW ASSET</span>
</a>
<a class="tab-item" onClick="currentPage.loadPage('Setting');">
<span class="icon icon-gear"></span>
<span class="tab-label">SETTINGS</span>
</a>
</nav>`
Metadata
Metadata
Assignees
Labels
No labels