rcmaehl / MSEdgeRedirect

A Tool to Redirect News, Search, Widgets, Weather and More to Your Default Browser
https://MSEdgeRedirect.com
GNU Lesser General Public License v3.0
4.09k stars 93 forks source link

[Bug] Breaks Progressive Web Apps #142

Closed schlagmichdoch closed 2 years ago

schlagmichdoch commented 2 years ago

App breaks any installed progressive webapps.

In windows PWAs can only be installed via edge, so whenever a pwa is started, a stand-alone edge window is opened.

When MSEdgeRedirect is configured to redirect searches, whenever a pwa is started, MSEdgeRedirect is stuck in a loop of opening itself. I am only able to kill the process via console, as it is nearly uncatchable in Task Manager.

System: Windows 11 (KB5013943) PWA used for testing: snapdrop

schlagmichdoch commented 2 years ago

well, pwas only being installable via edge is obviously not true. Quick search provides an alternative for firefox: https://addons.mozilla.org/de/firefox/addon/pwas-for-firefox/ I'm fine with that.

As this is still a bug, I will not close this issue yet.

rcmaehl commented 2 years ago

well, pwas only being installable via edge is obviously not true. Quick search provides an alternative for firefox: https://addons.mozilla.org/de/firefox/addon/pwas-for-firefox/ I'm fine with that.

As this is still a bug, I will not close this issue yet.

Please try the latest test build in the readme. I'm pretty sure I fixed this, but I'm finalizing some changes for 0.6.7.0

schlagmichdoch commented 2 years ago

When updating with the "latest testing release" from the readme it really does work. Perfect! Thanks!

I will keep my PWAs at firefox now anyways ;-)