- ABP Framework version: 7.4.2
- UI Type: MAUI Blazor
- Database System: EF Core SQL Server
When we try to open a page from the menu list it does not open directly. We have to close the menu list first... only then the page gets visible.
How do we solve this?
- Steps to reproduce the issue:
- open app on phone (tested on android) - open menu list - select menu item
6 Answer(s)
-
0
hi
Can you upload a gif or video?
Thanks.
-
0
-
0
Hi, can you try close menu manually after clicking the menu item. Since it's a blazor project, probably navigation works and DOM is changed but menu couldn't be closed automatically.
Do you have any logs for it?
-
0
Correct, after clicking a menu item and closing the menu manually the desired page is visible. It seems the menu is not able to close automatically.
-
0
It is still not working properly. No errors in the log.
-
-1
It seems the menu is not able to close automatically.
Yes, The menu will not close automatically. you have to close the menu manually after clicking the menu item.