Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Meteor で Iron-Router を使用して、新しい URL に移動することなく、ブラウザの履歴に新しい状態をプッシュできますか?
モーダルを表示したいのですが、ユーザーが戻るボタンを使用して再び非表示にできるようにします。
Haven't tried this, but I think something based on
Router.go(Router.current().request.url + '/modal')`
動作する可能性があります。オプションのパラメーターを使用してルートを定義し、その場合'modal'はモーダルを表示します。URL パラメーターがある場合、問題が発生する可能性があります。その場合は、URL をより巧妙に扱う必要があります。
'modal'