Issue I am facing with Qt 5.1.1 applications is that, the touch precision on the widgets are not accurate and I need to touch a little bit above the actual widget area to trigger the event (clicked).
In order to make the touch interface work, I am using 1920x1080 resolution and 11 inch display. Software - Qt -5.1.1, Wayland - 1.1.0 and qtwayland plugin.
Any clue where the thing might go wrong? Any suggestion is appreciated.