PalmerAL
PalmerAL
I've added a user agent option to the settings page in f427d200cd5fb0ba1249f4cbc289a3c3d4895ca9, which should make it somewhat easier to work around this.
No Chrome user agent works (even if it's identical); you have to use a Firefox one.
@FcoMarcosMAbreu Can you also try the Edge user agent? `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37` I'm hoping to be able to enable that...
If changing the user agent ever stops working, someone on Twitter mentioned that enabling the "less secure app access" option in the Google account settings also makes it possible to...
At least one person has reported to me on Twitter that the Edge user agent doesn't work, but the Firefox one does, so you could try that if you're still...
@marizmelo @maisonhai3 Two questions: 1. Can you try it with this user-agent: > Mozilla/5.0 (Windows NT 10.0; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 2. Is the error message identical to the screenshots...
The code would go inside `createView` in viewManager.js. However, when I tried this before, the zoom limits get reset every time the tab's process is re-created, which can happen when...
Yeah, that does look like it could potentially be a good option, although I haven't looked into it much yet. I haven't been following it too closely, but I think...
Not really. I'm not sure exactly what's happening with Electron's built-in support for this at the moment, but I don't think it's fully complete yet.
Extension support in Electron is still incomplete as far as I know. The electron-extensions library won't work because of this: https://github.com/sentialx/electron-extensions/blob/master/PATENTS So it's unlikely to happen soon unless someone wants...