Extension icon indicating copy to clipboard operation
Extension copied to clipboard

[BUG] not working in iframe twitch chat

Open Satont opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

This issue exists in the latest nightly version

  • [X] I am using the latest nightly version

What browsers are you seeing the problem on?

Firefox

Current Behavior

7tv not loaded in iframe'd twitch chat. image

Yes, i searched other issues, but seems like they closed as completed.

Expected Behavior

On twitch this is loaded ok, so i expect it to load in iframe. image

Steps To Reproduce

I'm using this code to iframe chat

<iframe
			v-if="chatUrl"
			:src="`https://www.twitch.tv/embed/${user.login}/chat?parent=${window.location.host}`"
			width="100%"
			height="100%"
			frameborder="0"
			scrolling="no"
			allowfullscreen="true"
		>
		</iframe>

Satont avatar Aug 25 '23 07:08 Satont

Any updates on this?

Feridinha avatar Oct 10 '23 03:10 Feridinha

no.

tlstommy avatar Oct 18 '23 17:10 tlstommy

I think the issue has to do with "all_frames":true not being in the manifest, but im not sure

tlstommy avatar Oct 18 '23 17:10 tlstommy

I submitted PR https://github.com/SevenTV/Extension/pull/919 that fixes this bug.

tlstommy avatar Oct 19 '23 15:10 tlstommy