Skip to content

V4.0.0#162

Merged
roubachof merged 7 commits intomainfrom
vnext
Sep 29, 2025
Merged

V4.0.0#162
roubachof merged 7 commits intomainfrom
vnext

Conversation

@roubachof
Copy link
Copy Markdown
Owner

What's New in Version 4.0

Pure MAUI Touch Effects

Version 4.0 introduces new touch effect properties that work across all platforms without custom handlers:

  • TouchEffectType: Choose from CircularRipple, Standard, or PoorsManRipple
  • TouchColor: Set the color of the touch effect

Examples:

CircularRipple Effect:

<tabs:TabHostView TouchColor="{StaticResource Primary}" 
                  TouchEffectType="CircularRipple">
    <tabs:MaterialUnderlinedTabItem Label="Tab 1" />
    <tabs:MaterialUnderlinedTabItem Label="Tab 2" />
</tabs:TabHostView>

Standard Touch Effect:

<tabs:TabHostView TouchColor="{StaticResource Secondary}" 
                  TouchEffectType="Standard">
    <tabs:MaterialUnderlinedTabItem Label="Tab 1" />
    <tabs:MaterialUnderlinedTabItem Label="Tab 2" />
</tabs:TabHostView>

PoorsManRipple Effect:

<tabs:TabHostView TouchColor="BlueViolet" 
                  TouchEffectType="PoorsManRipple">
    <tabs:MaterialUnderlinedTabItem Label="Tab 1" />
    <tabs:MaterialUnderlinedTabItem Label="Tab 2" />
</tabs:TabHostView>

@roubachof roubachof merged commit dd3aab0 into main Sep 29, 2025
0 of 2 checks passed
@roubachof roubachof deleted the vnext branch September 29, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant