Base solution for your next web application
Open Closed

Maui App Scrolling Issue #11597


User avatar
1
rickfrankel created

Hi,

Version: 12.1.0 Angular .Net Core

Having issue with scrolling on the MAUI app after you open a modal and then close it.

Steps to reproduce:

  1. Open the “User” page, having enough records to ensure the page is scrolling (check that scrolling works).
  2. Click on “Create user” modal.
  3. Cancel the “Create user” modal.
  4. Try to scroll to the bottom of the page.

You will find that after the modal closes you cannot scroll the page any more. We have removed the virtualize component to see if that was the cause and even with a simple for loop to render the items the scrolling does not work after the modal closes.

Thanks Rick


1 Answer(s)