xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

User able to click button multiple times with in milli seconds gap this causing issues duplicate posting #15707

Closed udayKumar2u closed 1 year ago

udayKumar2u commented 1 year ago

User was able to click button multiple times due to this logic in button click firing multiple times which causing duplicate data posting to server. How to prevent user clicking button multiple times when already it is clicked.

MitchBomcanhao commented 1 year ago

use commands instead of click events? you can disable the command while the action is already running.

jfversluis commented 1 year ago

As indicated: make sure to disable the button. This is about business logic, not how Xamarin.Forms works.