Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 21, 2024Jun 21 At times, the browser on a tablet displays this text on the top of the homepage - <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-<ID>" height="0" width="0" style="display:none;visibility:hidden"></iframe> Refreshing the page makes it disappear (but reappears sometime on later page loads).
June 22, 2024Jun 22 Solution That is the "noscript" execution provided from Google. At the time, your browser is detecting that you can't run Javascript thus executing that. Are you stating that you see this a text or that you see this in the browser source? If you're seeing it as text on the page, you will want to ensure that your browser and OS are the latest release. The same code is executed for all device sizes so this would likely be something related to your Tablet than the code here if you're only seeing it on your tablet.
June 22, 2024Jun 22 Author 3 hours ago, Jim M said: That is the "noscript" execution provided from Google. At the time, your browser is detecting that you can't run Javascript thus executing that. Are you stating that you see this a text or that you see this in the browser source? If you're seeing it as text on the page, you will want to ensure that your browser and OS are the latest release. The same code is executed for all device sizes so this would likely be something related to your Tablet than the code here if you're only seeing it on your tablet. Yes, it is displaying as a text on the rendered page.