Re: [Interest] How to preventing Flickable to steal touch events

2014-11-27 Thread Kate Alhola
On Wed, Nov 26, 2014 at 3:52 PM, Frederik Gladhorn frederik.gladh...@theqtcompany.com wrote: On Wednesday, November 26, 2014 12:53:54 PM Kate Alhola wrote: I have tried to get QtQuick2 maps to work with flickable. The issue is that Flickable steals touch events from Maps gesture area.

[Interest] How to preventing Flickable to steal touch events

2014-11-26 Thread Kate Alhola
I have tried to get QtQuick2 maps to work with flickable. The issue is that Flickable steals touch events from Maps gesture area. There is no prevent stealing property on map component. QDeclarativeGeoMap inherits QQuickItem . QQuickItem has grabTouchPoints(const QVectorint ids) and

Re: [Interest] How to preventing Flickable to steal touch events

2014-11-26 Thread Frederik Gladhorn
On Wednesday, November 26, 2014 12:53:54 PM Kate Alhola wrote: I have tried to get QtQuick2 maps to work with flickable. The issue is that Flickable steals touch events from Maps gesture area. There is no prevent stealing property on map component. QDeclarativeGeoMap inherits QQuickItem .