← Back to team overview

ubuntu-touch-coreapps team mailing list archive

[Ubuntu-phone][development][Qt] drag issue in Nexus device

 

Hi Geeks,

I found a drag issue in my Nexus 4, but works fine in desktop, so looks
like  it is an issue for Qt itself.

<code>
MouseArea{
      // xxxxx  other code
      drag.axis: Drag.YAxis  // this won't work in my nexus 4
      //drag.axis: Drag.XAxis   //  but this works
}
</code>

and, if drag.axis does not set, the drag item must be dragged left or right
first, then this item can be dragged up or down


Hope someone can help  :)

BR,
Joey