Open Closed

MAUI Blazor, LeptonX - page wont open when a menu item is selected #6247


User avatar
0
l.kuiper@idas.nl created
  • 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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you upload a gif or video?

    Thanks.

  • User Avatar
    0
    l.kuiper@idas.nl created

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    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?

  • User Avatar
    0
    l.kuiper@idas.nl created

    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.

  • User Avatar
    0
    l.kuiper@idas.nl created

    It is still not working properly. No errors in the log.

  • User Avatar
    -1
    liangshiwei created
    Support Team Fullstack Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11