-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
needs: replythe issue needs a response from the userthe issue needs a response from the user
Description
On Motorola Moto G (android), when the ionicLoading screen shows up, the inner rettangle appears not-centered, and it progressively center itself after some seconds.
Semple 1:
$ionicLoading.show({
template: '<div>Connection problem.</div><br/><div>Please check your internet connection!</div>',
});
Sample 2 (even worse on my screen, multiple "moves"):
$ionicLoading.show({
content: "Connection problem.\nPlease check your internet connection!",
});
Thank you in advance
Metadata
Metadata
Assignees
Labels
needs: replythe issue needs a response from the userthe issue needs a response from the user