答案 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