Hi,
I am using ‘dots’ loader from this example. When I serve it it shows up nicely, but when I deploy it on my samsung s7 edge with Android 6.0.1 it doesn´t show up.
All I am doing is this
showLoader = (nav: NavController, message? : string) : Loading => {
let loading = Loading.create({
spinner: 'dots',
content: message,
duration: 1000
});
nav.present(loading);
return loading;
}
This is what I am getting.
Your system information:
Cordova CLI: 6.1.1
Ionic Framework Version: 2.0.0-beta.6
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
OS:
Node Version: v5.11.0
Can anyone tell me why the dots
icon is not showing up?