You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
@ChristianKleineidam hi
Seems it's by design.. but it isn't convenient.. @rmarinho@PureWeen what do you think?
Use ClickGestureRecognizer for Mac instead (Check Device.RuntimePlatform)
If I simply exchange TapGestureRecognizer to ClickGestureRecognizer in my code, it doesn't work in UWP.
Given the intention of Xamarin.Forms it seems bad that I have to use a different function depending on the platform.
Description
Steps to Reproduce
I create a hyperlink through the code. You need to have a ViewModel with the possibility to bind
FileName
andFilePickButton
:Expected Behavior
When I click on den hyperlink the function FilePickButton will be started the same way as it gets started in UWP/Android/iOS
Actual Behavior
When I click on the hyperlink nothing happens.
Basic Information
It might be a similar issue as #2750 but I submitted a separate issue as I have the problem without creating a CustomView.
The text was updated successfully, but these errors were encountered: