Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Ajax loader UI
-
Hi,
First thank you or awesome framework very easy to use save me a lots of time,
keep on going you on the right track !Next i have question, does Onsen have some support in ajax loader UI ?
Again thank you
-
@eli I think you are looking for <ons-icon> with the spin attribute. Learn more here: https://onsen.io/guide/overview.html#UsingIcons
-
Try something like this.
Hope this helps.<div ng-show="respose_from_ajax==undefined"> <p> <span style='opacity: 0.7;'> <ons-icon icon='fa-spinner' spin='true'></ons-icon> loading now ... </span> </p> </div>
-
@tfutada thank you this is what i did with $httpProvider listing to outgoing ajax calls and show/hide the spinner