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.
リストアイテムビューを1回タップすると、2回追加されます。問題は、同じページに戻るために戻るボタンを 2 回クリックする必要があることです。正確な問題は誰でも知っています。可能であれば、参照コードを提供してください。
こんにちは、私は同じ問題に直面していましたが、以下のコードを使用すると問題が解決します。
if (this.getNavigationView().getActiveItem().xtype != "viewName") { this.getNavigationView().push({ xtype: "viewName" }); }
幸運を..