問題タブ [tabstrip]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nativescript - (NativeScript - BottomNavigation) ボタンを使用してあるタブから別のタブにリダイレクトする方法
私はこれを使用しています ( https://www.nativescript.org/blog/implementing-a-login-for-nativescript-apps-with-tab-based-navigation ) git ( https://github.com/NativeScript/login -tab-navigation-ng )
app-routing.module.ts
];
tabs.module.ts
notifications.module.ts
通知ビューには、レコードのリストがあります。レコードをクリックすると、イベントタブにリダイレクトします。私は多くの方法を試しましたが、何もうまくいきません:(
たとえば、これでエラーはありませんが、リダイレクトも機能しません
あなたはなにか考えはありますか?