Solved! Go to Solution.
I am having trouble showing Infowindow on featureLayer click event (Android App with Flex 3.1 API). Sometime it works and sometime it doesn't work. It work perfect with mouse but when i moved to my Android device, some how click/tap event is not working as it should. Is there any tolerance or anything else in creating featureLayer that I am missing?
Any help ?
[HTML]
<esri:FeatureLayer url="here is URL" outFields="[some Fields]" mode="onDemand" definitionExpression="ON = 06" updateEnd="updateEndHandler(event)" autoMoveGraphicsToTop="true" useAMF="true" > <esri:infoWindowRenderer>
[/HTML]
I am having trouble showing Infowindow on featureLayer click event (Android App with Flex 3.1 API). Sometime it works and sometime it doesn't work. It work perfect with mouse but when i moved to my Android device, some how click/tap event is not working as it should. Is there any tolerance or anything else in creating featureLayer that I am missing?
Any help ?
[HTML]
<esri:FeatureLayer url="here is URL" outFields="[some Fields]" mode="onDemand" definitionExpression="ON = 06" updateEnd="updateEndHandler(event)" autoMoveGraphicsToTop="true" useAMF="true" > <esri:infoWindowRenderer>
[/HTML]