Replies: 8 comments 57 replies
-
dr1rrb response on Discord Hummm those lines was required to get the touch to work on some specific devices. However it's strange that you don't get any OnWindowTouchEvent, could you try to see if you remove the EventBox introduced by a7b59c0 |
Beta Was this translation helpful? Give feedback.
-
I found something weird, even the |
Beta Was this translation helpful? Give feedback.
-
And pointerId is always 0, even if a do a multi-touch These are the events for a single touch:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I've just update to Uno 4.2.6 but the issue is not resolved in this release, right? Any update on the final solution? |
Beta Was this translation helpful? Give feedback.
-
Hey @dariomingarelli I've pushed a PR to fix the issue #9379 but as I don't have a RPI with a touchscreen to test, it would be nice if you were able to test it first. Also if you can uncomment this line ( |
Beta Was this translation helpful? Give feedback.
-
@dr1rrb that's what I got:
|
Beta Was this translation helpful? Give feedback.
-
Well, I ended up downloading the nuget packages from DevOps and I referenced it into my project:
I'm sorry but it doesn't work. I will start again by downloading the modified branch and try to build and use the Skia library tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've just update to Uno 4.5.9 but the issue is not resolved in this release, right? Any update on the final solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Touch are not working on skia GTK
Joan Magnet report on discord
Touch event is detected in
private void OnWindowButtonPressEvent(object o, ButtonPressEventArgs args)
but it's not executed as a button click unless if I comment this code:uno/src/Uno.UI.Runtime.Skia.Gtk/GtkCoreWindowExtension.cs
Line 289 in c3ff19c
But in fact, it doesn't detect touch events
Beta Was this translation helpful? Give feedback.
All reactions