sites
sites copied to clipboard
drag does not work in safari
Repl has some problem handling drag in safari. It works well in chrome.
Here is the repl
Drag the red box to the right box and drop. In chrome, it works as expected, but in safari, it does not. It seems something is wrong in safari.
BTW: Svelte REPL is the best repl I ever used❤️. Thanks!
Yes, I have encountered the similar issue.
Is this specific to the REPL? Does this work in Safari when downloading the project and running npm run dev yourself?
It's specific to REPL. As a standalone project, it works well in Safari.
Is this specific to the REPL? Does this work in Safari when downloading the project and running
npm run devyourself?
Yes. It is specific to the REPL. There is not problem in Safari.
This is very annoying lol, spent so much time wondering what was wrong...
I wanted to add something about this potentially being an issue for native Safari as well. I was getting some very strange behavior when dragging (and flip anims) on Safari and I went to the repl to see what I was doing wrong. It doesn't work at all in the safari repl whereas it would work some of the time in safari using my own localhost. I wasn't really having issues until recently though - the last two weeks. I switched over to another browser and my app started working like a charm (same with repl).