You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Flutter app using AutoRoute a bottom navigation bar is implemented with five sections: Home, Payment, Transfer, History, and Menu. The Home section displays banners that, when tapped, open a detailed page.
I've encountered an issue where, if a user long-presses a banner without releasing it and simultaneously taps another navigation bar item, the detail page opens on top of the intended section, leading to unexpected behavior.
I'm seeking a solution to prioritize the navigation bar action. When a user taps another navigation bar item while still holding down a banner, the app should correctly navigate to the selected section without the detail page interfering.
The text was updated successfully, but these errors were encountered:
In my Flutter app using AutoRoute a bottom navigation bar is implemented with five sections: Home, Payment, Transfer, History, and Menu. The Home section displays banners that, when tapped, open a detailed page.
I've encountered an issue where, if a user long-presses a banner without releasing it and simultaneously taps another navigation bar item, the detail page opens on top of the intended section, leading to unexpected behavior.
I'm seeking a solution to prioritize the navigation bar action. When a user taps another navigation bar item while still holding down a banner, the app should correctly navigate to the selected section without the detail page interfering.
The text was updated successfully, but these errors were encountered: