通过$ionicLoadingConfig设置默认效果

app.constant('$ionicLoadingConfig', {
  template: '<img src="img/loadinging.gif" style="border:none;width:100px;height:100px;">',//动画模板
  hideOnStateChange:true,
    showBackdrop: true,                 //是否显示蒙层

  maxWidth: 600,    

  showDelay: 0

});

相关文章:

  • 2021-09-27
  • 2021-12-29
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-01-10
  • 2022-01-06
  • 2021-06-02
猜你喜欢
  • 2021-09-10
  • 2021-11-07
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-06-13
相关资源
相似解决方案