I have a RG which is hidden by default until its data is loaded.
However, the RG data never loads for very a small percentage of users due to their strict browser/network setting.
So that users are aware that it’s their browser causing the issue, how do I display a popup message if the RG still hasn’t loaded after x number of seconds?
A javascript solution wouldn’t be the best approach in this case though since the issue is affecting users with strict browser/network settings, meaning that the popup probably won’t be displayed.
A do when approach which has a 'x seconds reached' and 'RG not visible' like you suggested would be a good route, but i need the timer to be within bubble natively rather as a javascript