I am using a ColumnChart in a Flex mobile app. The datatip on a column shows up when i touch a column. It appears that the rollover event is mapped to a touch event in AIR mobile. One problem I see is that when I have a chart inside a scrolling container, the datatip shows, but when I touch and drag and release, the datatip travels with the scroller and ends up on a completely different component. Sometimes, that does not go away even after touching elsewhere in the app.
Any idea what could be causing this and where I should look to figure out a fix? Thanks, Om