goodoldshoes Report post Posted August 6, 2012 When I click a country in map, it shows different color, how can I disable this and re-enable it? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 6, 2012 Hi, Do you mean enabling/disabling hover-color effect? Share this post Link to post Share on other sites
goodoldshoes Report post Posted August 6, 2012 Yes, and when I deploy my code in iPad, hover-color effect is triggered when I touch a country Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 6, 2012 Hey, You can disable hover-color effect using useHoverColor attribute. Set this attribute as "0" under the map element. Ref. Code: <map ... useHoverColor="0"> For more information, please refer the following URL: http://docs.fusionch...ormats/XML.html Share this post Link to post Share on other sites
goodoldshoes Report post Posted August 6, 2012 Thank you so much, that's what I want Share this post Link to post Share on other sites