hymbz / ComicReadScript

为漫画站增加双页阅读模式及优化使用体验。
https://comic-read.pages.dev/
GNU Affero General Public License v3.0
563 stars 25 forks source link

[Bug] PWA drag n drop broken #103

Closed EnergoStalin closed 10 months ago

EnergoStalin commented 10 months ago

Errors

Firefox

Uncaught (in promise) TypeError: r.getAsFileSystemHandle is not a function

Yandex

Yandex - russian chromium based browser

DOMException: A requested file or directory could not be found at the time an operation was processed.

Specs

How installed

Installed as PWA.

Additional info

Select file/folder works perfectly. Guess it's just drag n drop behave differently there. It works on another sites tho. ie. i can drag n drop file to this issue just fine in firefox.

Notice

Perhaps it's easier for me to debug it locally and fix in PR but i don't have time for this now. So leaving this as a notice

hymbz commented 10 months ago

The bug has been fixed through an update. Now you just need to refresh by using ctrl F5.

EnergoStalin commented 10 months ago

Thanks it works confirmed!