0
crice created
On Desktop resolutions, the Linked Account menu item works. When I click it, the Linked Accounts modal appeared. However, when reducing browser width to a mobile width, the Linked Accounts button does not respond. Oddly, after navigating to the My Account page, the Linked Accounts button starts working.
ABP Commercial 8.3
Reproduction Steps:
- Create a new solution using the CLI:
abp new Acme.Bookstore -t app -u blazor-webapp --mobile none -cs "[REDACTED]"
- Open App.razor and change all "InteractiveAuto" to "InteractiveServer". I read that there are issues with Linked Accounts in WASM mode, so I've switched to InteractiveServer.
- Run application on Desktop, login with default admin credentials.
- Reduce browser width to mobile size. The layout changes to use the bottom nav menu.
- Click the "admin" button on the toolbar.
- Clicked "Linked Accounts". Nothing happens.
- Click "My Account".
- Click the "admin" button on the toolbar.
- Click "Linked Accounts". The modal appears.
Working on Desktop resolution.
Link not working at Mobile width.
Navigated to My Account. Note that the text "Welcome admin" has been added.