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
I encountered an issue where the navigation box in the mobile view did not automatically close when navigating through any navigation items. This behavior is undesirable as it obstructs the user's view of the content after selecting a navigation option.
Steps to Reproduce:
Open the application in a mobile viewport.
Click on a navigation item to navigate to a different section/page.
Observe that the navigation box remains open, obscuring the content of the page.
Expected Behavior:
When a navigation item is clicked in the mobile view, the navigation box should automatically close to provide an unobstructed view of the content.
Actual Behavior:
The navigation box does not close automatically after navigating to a different section/page in the mobile view.
Solution:
To address this issue, we need to add functionality to the Navigation component to automatically close the navigation box when a navigation item is clicked in the mobile view. This can be achieved by utilizing a function to toggle the visibility of the navigation box and calling this function when a navigation item is clicked.
@omrajsharma please add GSSOC label and level to it.
I am a GSSOC contributor and i have already solved this issue. Please assign it to me and i will make a PR.
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
abhiperfect
changed the title
Mobile Navigation Box Does Not Automatically Close When Navigating
[BUG]:Mobile Navigation Box Does Not Automatically Close When Navigating
May 19, 2024
I encountered an issue where the navigation box in the mobile view did not automatically close when navigating through any navigation items. This behavior is undesirable as it obstructs the user's view of the content after selecting a navigation option.
Steps to Reproduce:
Actual Behavior:
The navigation box does not close automatically after navigating to a different section/page in the mobile view.
Solution:
To address this issue, we need to add functionality to the Navigation component to automatically close the navigation box when a navigation item is clicked in the mobile view. This can be achieved by utilizing a function to toggle the visibility of the navigation box and calling this function when a navigation item is clicked.
@omrajsharma please add GSSOC label and level to it.
I am a GSSOC contributor and i have already solved this issue. Please assign it to me and i will make a PR.
The text was updated successfully, but these errors were encountered: