Start a new topic

Could no update HTML Drawable data ?

Could no update HTML Drawable data ?


Hi,

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.

 

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!

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.
Login or Signup to post a comment