ngCordova提供了progressIndicator插件,用以方便的显示等待对话框,但是目前版本仅支持安卓版本。为了让苹果版本也显示,可以到以下地址下载通用的插件,JS部分的代码无需改变:

http://paolobernasconi.com/cordova-progressIndicator/

 

如果iOS版依然没有显示出对话框,请确保XCode中的Build Phases的Compile Sources中添加了MBProgressHUD.m以及ProgressIndicator.m文件

相关文章:

  • 2021-05-28
  • 2021-12-17
  • 2022-12-23
  • 2022-02-23
  • 2021-11-02
  • 2021-10-16
  • 2021-07-07
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案