Ion-slide-box how to shown-pager on device?

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.

<ion-slide-box show-pager="true">
<!--list of element-->
</ion-slide-box>

try this in your code !

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.