点击以在ionic1中重试

时间:2017-11-08 05:51:58

标签: cordova ionic-framework

如何在我的Ionic 1 App中应用点击重试Gmail等功能。我想在整个应用程序中应用它。

enter image description here

1 个答案:

答案 0 :(得分:0)

您需要使用ionic toast插件来创建此类通知。

用bower或npm安装它,然后像这样使用它。

$scope.showToast = function(){
<!-- ionicToast.show(message, position, stick, time); -->
  ionicToast.show('This is a toast at the top.', 'bottom', true, 2500);
};

有关网络信息,请使用此plugin

使用此plugin获取toast click的回调。

对于最新版本的Ionic,此功能有内置的本机功能native ionic toast