Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a list view, and each cell in list view contains a copy button. I want to vibrate the phone when button is clicked. How do I do that?
Also, I find it very strange that when an item is selected in the list view, the phone vibrates. I'd like to disable it in this case.
Xamarin Essentials should have a Method
https://learn.microsoft.com/it-it/xamarin/essentials/vibrate
Otherwise use platform specific code