Click delay with custom button #6374
-
Hi guys, I'm new to Slint, and I'm currently learning how to do animations. I cooked up a 3D button on SlintPad, and it seemed to work exactly as I wanted it until I put it into an actual app. No code behind it, just a button inside a vertical layout to make sure everything is working properly. Could anyone share thoughts or insight on what might be causing this? My platform is Fedora KDE Wayland. I don't experience this with anything else, whether it be other apps or even other components made in Slint. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could it be that the Button is inside a Flickable or some other things that tries to intercept the swipe gesture? |
Beta Was this translation helpful? Give feedback.
-
Turns out that I put it inside a scroll view, as part of my base component for pages. Taking it out of the scroll view does fix the issue. |
Beta Was this translation helpful? Give feedback.
Could it be that the Button is inside a Flickable or some other things that tries to intercept the swipe gesture?
Is it only hapenning with your button, or is it also hapenning if you use a standard button?