Forum Discussion
Embedded tiles sometimes not rendering - showing blank
Hi Sam,
Thanks for your reply.
While doing Ctrl + F5 tiles are rendering with values.
There are multiple people using my web page(Embed Dashboard page). For some people tiles are showing blank and they are reporting me a bug.
We can not ask all users to do the Ctrl + F5 right? And there is no console errors on browser.
Thanks,
Sunil Kumar
Hi sunilkumar,
Based on my experience, you could try to reload the content of an iframe by using JavaScript, such as myFrame.contentWindow.location.reload(true);
- jgni9 years agoFrequent Visitor
Can I use myFrame.contentWindow.location.reload(true); also?
My tile blanks sometimes and I have to hit F5 to get data into it again...
<iframe width="100%" height="100%"
src="https://www.relationwise.com/tv2/start.html?token=**********" frameborder="0"
allowfullscreen></iframe>