2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
The alert message that appears when a hyperlink is clicked can be suppressed by setting the HyperlinkClickedEventArgs.Handled property to true inside the handler method of the HyperlinkClicked event. This will prevent the clicked hyperlink from being opened. So, it must be opened at the application level using the HyperlinkClickedEventArgs.Uri property. Refer to the following code snippets.
Portable Include an interface that defines the method to open the clicked hyperlink. C#
Define the handler method for the HyperlinkClicked event. In the handler method, set the HyperlinkClickedEventArgs.Handled property to true and call the method to open hyperlinks using DependencyService. C#
Android Add a new static class with a static property to the Android project. C#
To open the URL, store the context of the MainActivity in the static property inside the OnCreate method of the activity. C#
Implement the IOpenURL interface in Android. C#
iOS Implement the IOpenURL interface in iOS. C#
UWP Implement the IOpenURL interface in UWP. C#
Sample link http://www.syncfusion.com/downloads/support/directtrac/general/ze/DisableAlertDemo-1757174925 |
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.