-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Back button not working when Navigating to a Page with PlutoGrid on Android #1066
Comments
This was referenced Jun 8, 2024
Closed
KaushikGupta007
changed the title
Swipe Back Gesture Disabled When Navigating to a Page with PlutoGrid on Android
[Bug] Swipe Back Gesture Disabled When Navigating to a Page with PlutoGrid on Android
Jun 8, 2024
Pluto Grid v7.0.2 |
KaushikGupta007
changed the title
[Bug] Swipe Back Gesture Disabled When Navigating to a Page with PlutoGrid on Android
[Bug] Back button not working when Navigating to a Page with PlutoGrid on Android
Jun 8, 2024
Any update on the issue? |
Still not fixed |
Fixed by #1070 |
KaushikGupta007
added a commit
to KaushikGupta007/pluto_grid
that referenced
this issue
Jun 20, 2024
This issue is stale because it has been open for 30 days with no activity. |
github-actions
bot
added
the
stale
This issue is stale because it has been open for 30 days with no activity.
label
Jul 19, 2024
Still not fixed |
github-actions
bot
removed
the
stale
This issue is stale because it has been open for 30 days with no activity.
label
Jul 20, 2024
This issue is stale because it has been open for 30 days with no activity. |
github-actions
bot
added
the
stale
This issue is stale because it has been open for 30 days with no activity.
label
Aug 20, 2024
Repository owner
deleted a comment from
VittorioParagallo
Aug 24, 2024
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
I am experiencing an issue with the PlutoGrid widget in my Flutter application. When I navigate to a page containing PlutoGrid from the home page, phone navigation(back button or swipe back) on Android devices does not work. Only AppBar back arrow works. I would like to request assistance in resolving this issue or understanding if there is a workaround.
Steps to Reproduce:
Expected Behavior:
The swipe back gesture or back button should navigate back to the home page.
Actual Behavior:
The swipe back gesture is disabled and does not navigate back to the home page
Code Sample:
Explanation
Define Routes:
In the MaterialApp widget, the routes parameter is used to define the named routes. The initial route (/) is set to the HomePage.
Navigation:
In the HomePage widget, the button's onPressed callback uses Navigator.pushNamed(context, '/plutoGridPage') to navigate to the PlutoGridPage.
PlutoGridPage:
This page contains the PlutoGrid.
Video
screen-20240608-231901.mp4
Additional Context:
Please let me know if there is any additional information required or if there is a known workaround for this issue. Thank you for your assistance!
The text was updated successfully, but these errors were encountered: