私は\ nと< br />の両方を試しましたが、残念ながら動作しませんでした。Ionic2トーストで改行文字を使用することは可能ですか?
これは可能ですか?
//Displaying toast to welcome user!
let user = this.currentUser();
//console.log(user);
let toast = Toast.create({
message: 'Hi ' + user.email + '! <br/> Welcome to My App',
duration: 5000,
position: 'bottom'
});
toast.onDismiss(() => {
console.log('Dismissed toast');
});
this.nav.present(toast);
http://stackoverflow.com/questions/37118385/styling-ionic -2-toast –
問題を解決していない! –
答えは「いいえ、できません」と思われる同様の質問です。ドキュメントへのリンクもあります。 –