hokein / electron-sample-apps

Sample apps for Electron
Apache License 2.0
3.91k stars 934 forks source link

[Fix] webviewTag: true #69

Closed GiorgosXou closed 4 years ago

GiorgosXou commented 4 years ago

You now need to explicitly enable webviewTag in your webPreferences object. https://github.com/electron/electron/issues/18145

hokein commented 4 years ago

Thanks.