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

Can't click in new page #26

Open mGameStudio opened 2 years ago

mGameStudio commented 2 years ago

Platform (please complete the following information):

Describe the bug set a materialframe theme to AcrylicBlur,navigate to next page,only top left corner can click,if set materialTheme to Acrylic,everything is ok.

To Reproduce Steps to reproduce the behavior:

  1. set MainPage as NavigationPage
  2. Create a Page A and contain a MaterialFrame,set MaterialTheme to AcrylicBlur
  3. Create a Page B,set MaterialTheme to AcrylicBlur,add a button and PushAysnc to a new PageB
  4. Page A navigate to Page B,Page B navigate to Page B
  5. The new Page B can't click it,If set MaterialTheme to Acrylic ,it will navigate to Page B forever.

Exceptions (if applicable) no error or exception

Unhandled Exception:
no error or exception

Screenshots (if applicable) I create a new project to reproduce it.

https://drive.google.com/file/d/10mrigKeh4OjKPXv9AqMa4lgRJACqJ02w/view?usp=sharing