Issue with the BindTapGesture() method in v4.2.0 on .NET 9 RC2, whereas v4.1.0 works fine
#329
egvijayanand
started this conversation in
General
Replies: 3 comments 7 replies
|
Got it. Yup - bindings are totally different under the hood in .NET 9 |
1 reply
|
Adding context to the issue, am using TypedBinding. |
0 replies
|
@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? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions