Hello, I have a map in a mobile flex application and a infowindow that shows when I click on certain features. This all works fine but my issue is when I click on a feature the map pans slightly any time I tap the map it pans just a little bit. Is there a sensitivity setting or something entirely different I am missing? Any help would be great! thanks
I fixed my problem. Since there is no sensitivity settings in the map component I had to get creative. I switch the panEnabled to false by default and added a mouseMove listener and have it switch to panEnabled true when it gets moved and back to false on mouseUp. Not ideal but at least this way I can click on the map without having the map pan. If anyone has a better way they can think of I am open to suggestions.
I fixed my problem. Since there is no sensitivity settings in the map component I had to get creative. I switch the panEnabled to false by default and added a mouseMove listener and have it switch to panEnabled true when it gets moved and back to false on mouseUp. Not ideal but at least this way I can click on the map without having the map pan. If anyone has a better way they can think of I am open to suggestions.