Customizable Button in Maui and Blazor web

1 Answer 12 Views
Button
Subburaj
Top achievements
Rank 1
Subburaj asked on 16 Jul 2025, 07:22 AM

We have requirement of Customizable Button in Maui (Android and iOS) and Blazor web assembly, attached video reference.

  • Button UI customizable as attached
  • When click the button show the animation (Video)
  • When touch and swipe same gesture allowed

    Will the above scenarios achievable using Button control? in Maui (Android and iOS) and Blazor web.
Subburaj
Top achievements
Rank 1
commented on 17 Jul 2025, 01:57 PM

Team any update on this?

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 18 Jul 2025, 06:46 AM

Hello Subburaj,

You have submitted questions in the forum for Telerik MAUI product, so if you have questions regarding Telerik Blazor, submit them to the Blazor forum: https://www.telerik.com/forums/blazor 

Regarding to the MAUI button here are more details:

1. In Telerik MAUI suite we have the following buttons: 

RadButtonhttps://docs.telerik.com/devtools/maui/controls/button/overview . This button inherits from MAUI Button.

RadTemplatedButtonhttps://docs.telerik.com/devtools/maui/controls/templatedbutton/overview 

RadToggleButtonhttps://docs.telerik.com/devtools/maui/controls/togglebutton/overview 

In the RadToggle and RadTemplated buttons you can add custom content so you can achieve the scenario on the image. Here is an example how to add custom content, a sample loading button: https://docs.telerik.com/devtools/maui/controls/templatedbutton/loading-button So when clicking on a button you can display some animation and customize the control using the template. 

Regarding touch and swipe gestures, for touch the gesture is the click event.

For swipe button, This is a new button control which is currently not available in the Telerik MAUI suite. I have logged a feature request on your behalf for this scenario: https://feedback.telerik.com/maui/1693288-add-swipe-button-control - cast your vote for the item by pressing the vote button, and press the follow button to subscribe for email notifications when there is an update. 

As a solution, you can create a custom control with swipable content. Here is a link to sample scenario: https://stackoverflow.com/questions/77402130/how-to-implement-swipe-buttonwith-events-in-maui-app 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Button
Asked by
Subburaj
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or