Extension
Extension copied to clipboard
[BUG] not working in iframe twitch chat
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.
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.
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>
Any updates on this?
no.
I think the issue has to do with "all_frames":true not being in the manifest, but im not sure
I submitted PR https://github.com/SevenTV/Extension/pull/919 that fixes this bug.