NeverDecaf / discord-PWA

A wrapper for the Discord web client as a PWA, made for Chromium browsers on desktop.
MIT License
145 stars 13 forks source link

Does not load correctly if browser is not open #8

Closed NeverDecaf closed 3 years ago

NeverDecaf commented 3 years ago

If you try to open the PWA directly from a shortcut while chrome(ium) is not running, the extension will not be loaded and therefore the PWA will fail to access discord.com. This causes the extension to be loaded, and refreshing the PWA (with ctrl+r) will then cause it to load correctly.

ghost commented 3 years ago

Came here to ask about this. Is this a Chromium bug, or is there a chance it's fixable on this project's end?

NeverDecaf commented 3 years ago

A workaround should be possible, but will most likely require some hack which may be messy, I will look into it.

NeverDecaf commented 3 years ago

Here is a quick description of the method I've used for future reference: