Reputation: 657
I have a ion-slide-box and pager is shown. When I open my app on browser it is working good, but when I export it to the device, The "dot's" are missing. Any solution?
In some old devices it is showing square instead of dot's but in new devices its showing nothing.
Upvotes: 0
Views: 620
Reputation: 11
<ion-slide-box show-pager="true">
<!--list of element-->
</ion-slide-box>
try this in your code !
Upvotes: 1
Reputation: 2790
You are missing the ionicons web font from your apps package. Open up the dev tools to debug your application using chrome / safari and check that it's being downloaded correctly.
Upvotes: 0