justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Link out to twitch for electron #646

Closed cryptiklemur closed 7 years ago

cryptiklemur commented 7 years ago

I'm trying to embed an iframe to a channel in an electron app, but when you click on the twitch icon, it opens a new electron window. Is there any way around this?

Would love to be able to overwrite the event to call this

cryptiklemur commented 7 years ago

Figured it out! For anyone curious:

Use a webview, instead of an iframe, and tag on to the new-window event.