Activities of "crice"

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:

  1. Create a new solution using the CLI: abp new Acme.Bookstore -t app -u blazor-webapp --mobile none -cs "[REDACTED]"
  2. 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.
  3. Run application on Desktop, login with default admin credentials.
  4. Reduce browser width to mobile size. The layout changes to use the bottom nav menu.
  5. Click the "admin" button on the toolbar.
  6. Clicked "Linked Accounts". Nothing happens.
  7. Click "My Account".
  8. Click the "admin" button on the toolbar.
  9. 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.

Linked Accounts working from My Accounts.

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11