Hi,
Are you providing any clickEvent/onClickListener to the components of the svg I loaded so far?
Otherwise, how can I implement an onClickListener to the every component loaded into the svg file.
example: I have a map of a country (i.e: USA), I want to select a state from the map and want to change the color of every state after clicking. How can I do that? Thanks.