Issue with the BindTapGesture()
method in v4.2.0 on .NET 9 RC2, whereas v4.1.0 works fine
#329
Replies: 3 comments 4 replies
-
Got it. Yup - bindings are totally different under the hood in .NET 9 |
Beta Was this translation helpful? Give feedback.
-
Adding context to the issue, am using TypedBinding. |
Beta Was this translation helpful? Give feedback.
-
@brminnick Since classic Gesture methods have been removed in v5.0, What is the support plan for RelativeBindingSource? I have templates defined in multiple places that rely solely on RelativeBindingSource for gestures. I tried upgrading to Markup Toolkit v5.0 and immediately encountered this issue. Do you have any samples that handle it differently? |
Beta Was this translation helpful? Give feedback.
-
There is an issue with the
BindTapGesture()
method in v4.2.0 on .NET 9 RC2, whereas v4.1.0 works fine.Since it's a preview version, I am not logging an issue but rather making you aware of this @brminnick
Error message:
Beta Was this translation helpful? Give feedback.
All reactions