-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallow intercept of touch event #953
base: main
Are you sure you want to change the base?
Disallow intercept of touch event #953
Conversation
Changes look good to me. @mattleibow can you take a quick look and merge if OK? And when this is merged, can SkiaSharp(.Views.Forms) be released? Last release was 9 months ago: is there a problem in master preventing releases? |
Can this be pushed into 1.68.1 @mattleibow ? |
just curious when it will be a turn of the PR to get some feedback/decision |
Sorry about the delay folks, I was busy getting things working again and then fixing a few issues. |
Moved comment to issue: #937 (comment) |
Description of Change
Added call to
RequestDisallowInterceptTouchEvent
.Tests aren't provided - not sure is it required.
Bugs Fixed
Fixed: #937
PR Checklist