- 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)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
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?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
It is still not working properly. No errors in the log.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
-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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

