I am not able to update HTML drawable data in Architech View.
I am able to see static HMLT marker in View but how i can update data of marker as per my Json response ?
Please help me out.
Thanks.
D
Daniel Fernández
said
about 11 years ago
Not sure if your issue is related to my issue, but I'm also trying to modify the HTMLDrawable data content using the evaljavaScript method with no luck.
Cya!
W
Wolfgang Damm
said
about 11 years ago
If you want to exchange the html content just set a new uri (htmlDrawable.uri = "") or html (htmlDrawable.html = ""). If you use evaluteJavascript you need to set the updateRate to dynamic, which (currently) unfortunately introduces framerate jitters and therefore is not recommended.
Datta Gade