I'm implementing og:image
tags for a web project. The value in the tag updates asynchronously after the page has loaded and an HTTP call has returned.
iOS seems to pull the content of the tag right at the time of page load and if there is no value there, no image is ever rendered in the Messages app.. even if the value is populated just a few seconds later. Is there any workaround for this?