
Hi,
I am using webApi to load some part of data in my power pages screen.
In Firefox alone, I need to refresh multiple times for the screen to load properly.
Any suggestions?
Try adding this code below, it ensures that the latest version of the page is loaded.
window.location.href = window.location.href + '?' + Date.parse(new Date());