Tooltip in Xamarin Forms on Both Platform Android and iOS Devices

Anonymous
2021-08-03T13:30:59.62+00:00

Hi,

I am implementing tooltip in Xamarin forms reference this Url- https://www.xamboy.com/2019/03/01/showing-tooltips-in-xamarin-forms/

and Added platform specific NuGet package mention below .

Android - https://www.nuget.org/packages/Xamarin.Android.Tooltips/
iOS - https://www.nuget.org/packages/EasyTipView/

After implementing Effect for both Android and iOS is working fine. But i want to how to close tooltip whenever click in any place on page or click another any other label for tooltip because tooltip only close when click on popup.

can anyone help me on this how to close tooltip popup whenever click any place on page or any other label tooltip.

Thanks,

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.