I use toast but if 2+ toast open same time toasts go bug and dont close
l
et toast = this.toastCtrl.create({
message: 'İnternet bağlantınızda veya sunucuda sorun olabilir.',
duration: 3000,
position: 'bottom'
});
toast.present();