Electron webview doesn't auto-play youtube videos. I am using Electron version 4.0.4
I send autoplay=1
as mentioned in Youtube docs, but no luck.
In the same time, Youtube URL auto-plays just fine in incognito Chrome window when copy/pasted.
Here is the simple code of webview
<webview id="youtube" src="https://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1"></webview>
Any help will be greatly appreciated!