- 
    Bug 
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
- 
    None
- 
    5.15.0
- 
    None
- 
    Operating System: EndeavourOS
 KDE Plasma Version: 5.25.1
 KDE Frameworks Version: 5.95.0
 Qt Version: 5.15.5
 Kernel Version: 5.18.5-arch1-1 (64-bit)
 Graphics Platform: Wayland
 Processors: 2 × Intel® Celeron® N4000 CPU @ 1.10GHz
 Memory: 7,6 GiB of RAM
 Graphics Processor: Mesa Intel® UHD Graphics 600
 Manufacturer: CHUWI
 Product Name: HeroBook ProOperating System: EndeavourOS KDE Plasma Version: 5.25.1 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 Kernel Version: 5.18.5-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 2 × Intel® Celeron® N4000 CPU @ 1.10GHz Memory: 7,6 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 600 Manufacturer: CHUWI Product Name: HeroBook Pro
Testing the following simple code using qmlscene (also attached because formatting did me dirty):
import QtQuick 2.0
 import QtQuick.Controls 2.15
SwipeView {
 {{ anchors.fill: parent}}Rectangle {
 {{ id: firstPage}}
 {{ color:'red'}}
 {{ }}}
 {{ Rectangle {}}
 {{ id: secondPage}}
 {{ color: 'blue'}}
 {{ }}}
 {{ Rectangle {}}
 {{ id: thirdPage}}
 {{ color: 'green'}}
 {{ }}}
 }
SwipeView fails to follow accordingly the path my fingers follow. Please findĀ this youtube video as a reference.
In the video, the current page is the blue rectangle and I swipe to my right side in order to change to the red page. I do it just enough for the gesture to be registered, but the swipeview goes all the way to the end, noticeably bouncing back and forth without applying almost any side movement.