after change AR.htmlDrawable.UPDATE_RATE.LOW with clickThroughEnabled, how can i listen for onClick event into myMarker.html?
Thanks.
W
Wolfgang Damm
said
about 8 years ago
You will need to pass clickThroughEnabled: true in the constructor to activate clicking on the HTML content. Addtionally you need to use a dynamic drawable (AR.HtmlDrawable.UPDATE_RATE.LOW).
However setting the update rate to anything else than STATIC might introduce rendering jiggers. Thus it is currently not advised to use any other update rate than STATIC.
L
Luca Ferrarese
said
about 8 years ago
Hi all,
how onClick work in htmlDrawable? In myMarker.html how listen for onClick event?
Luca Ferrarese
1 person has this problem