roubachof / Sharpnado.MaterialFrame

A modern MAUI (and XF) Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
MIT License
498 stars 26 forks source link

Views of type CarouselPage or views with CarouselView do not allow swiping of images if there is a MaterialFrame component in the main view. #23

Open codealle opened 3 years ago

codealle commented 3 years ago

Platform (please complete the following information):

Describe the bug Views of type CarouselPage or views with CarouselView do not allow swiping of images if there is a MaterialFrame component in the main view. I am attaching an example project. In that project there are 3 views. In the main view there is a MaterialFrame and a button. The button opens a CarouselPage type view with images. If the MaterialFrame is deleted from the main view, the CarouselPage allows moving through the images, however if we add it to the main view, it does not allow moving through the images.

To Reproduce Steps to reproduce the behavior: Open the attached Solution

TestNav.zip