1
我顯示使用如何停止執行,同時顯示警報,離子2
import {Alert, NavController} from 'ionic/ionic';
.............
var alert = Alert.create({ .....
.....
});
nav.present(alert)
console.log('fooo'); //This gets executed before 'ok' is clicked or the alert is closed
它顯示了警覺,但明年的行執行不停止在與通用的警報。任何解決方法?
我已經用類似的東西 - 可觀察到了。我認爲可能有更好的方法。 –
當然!如果你可以在這個級別使用observables,那麼繼續;-) –