We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SFEffectsView works on some elements, but not in others.

Hello everyone,

I am attempting to create an app for .NET MAUI using Syncfusion for its SfEffectsView control to help make it easier to add touch effects to my app.

This is for .NET 7.0.

Steps to reproduce:

  1. Download the attached project.
  2. Build and run the attached project in android. (This hasn't been tested in iOS yet).
  3. Click on the "DO A THING" button and the yellow button next to it.  Note how they have ripple effects working.
  4. Click on the SOMETHING button, note how there is no reaction from the app.  No ripple effect, nothing.

Attachment: Test_Maui_App_2_8e6a8b6b.zip

1 Reply

VV Vijayakumar Viswanathan Syncfusion Team February 16, 2023 03:05 PM UTC

Hi Conrad,

The reported scenario was checked and it was reproducing on our side. This behavior was observed when the Frame control was used as the content of SfEffectsView. We recommend using the SfEffectsView as the Content of Frame control. We have already shared a sample in GitHub and you can get it using the below link.

Sample: https://github.com/syncfusion/maui-demos/tree/master/MAUI/EffectsView


Regards,

Vijayakumar V


Loader.
Up arrow icon