-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit:cfae966 broken on firefox #10
Comments
It's because I used OffscreenCanvas for hit detection (which is for "Click to select a path in viewport" feature) and didn't implement its fallback for environments that don't support OffScreenCanvas yet. So I assume the newest version doesn't work in iOS Safari, too. At present, I'd like to focus on supporting only Chrome since I've been also working for the Electron version. It might be better to show some alerts for such an environment ;) |
Oh, I just noticed I don't need to use OffscreenCanvas because I didn't implement HitDetector (for detecting hovering item by cursor's position on the viewport) so that it runs in the Worker thread yet. |
commit:198294a works on firefox. should we close this issue...? |
Look that way. |
does not load (window is empty) on firefox 78.0.2 (64-bit) on windows 10.
in console,
The text was updated successfully, but these errors were encountered: