-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed as not planned
Description
Implementing the noscript as commented here does not seem to be loading the iframe properly
Loading on the standard way, we can see the source and the network requesting the content
When using the:
useHead({
noscript: [
{
children: `<iframe src="https://www.googletagmanager.com/ns.html?${serialize(params)}" height="0" width="0" style="display:none;visibility:hidden"></iframe>`,
tagPosition: 'bodyOpen'
}
]
})
Besides seeing the iframe being loaded as a string, we don't see any network activity at all
I have added a stackblitz to show this is not working properly.
I'm loading both iframes, but I can only find the first one as a real element
https://stackblitz.com/edit/nuxt-starter-v3etsl?file=app.vue
enkot
Metadata
Metadata
Assignees
Labels
No labels





