nextjs-toploader icon indicating copy to clipboard operation
nextjs-toploader copied to clipboard

Don't trigger start animation when opening in new tab (CTRL + Click)

Open duncanbla974 opened this issue 2 years ago • 6 comments

I did see this issue, but it has been closed and the problem is still here. Seems like the ctrlKey didn't work for all of us. Is there any other workaround ?

duncanbla974 avatar Nov 07 '23 10:11 duncanbla974

same happening here 👋 I think this is an issue because of Mac, and it using event.metaKey not ctrlKey?

Since this is taking a long while to fix and PRs are not getting merged, I've created Holy Loader as an alternative.

tomcru avatar Nov 10 '23 20:11 tomcru

Nice work!

iFlyinq avatar Nov 20 '23 10:11 iFlyinq

i have this issue occurring on macOS, when using cmd+click. the loader seems "stuck".

im using latest nextjs-toploader version: 1.6.4

dlibis avatar Jan 31 '24 15:01 dlibis

i have this issue occurring on macOS, when using cmd+click. the loader seems "stuck".

im using latest nextjs-toploader version: 1.6.4

Can you try using the latest version: 1.6.5, and can you tell if the loader works when using cmd + click on macOs now on version 1.6.5 or not.

TheSGJ avatar Feb 02 '24 05:02 TheSGJ

I've created this PR and now it's working good on my MAC

https://github.com/TheSGJ/nextjs-toploader/pull/67/

rodrigocipriani avatar Feb 02 '24 19:02 rodrigocipriani

i have this issue occurring on macOS, when using cmd+click. the loader seems "stuck". im using latest nextjs-toploader version: 1.6.4

Can you try using the latest version: 1.6.5, and can you tell if the loader works when using cmd + click on macOs now on version 1.6.5 or not.

yes, it works well now, good job!

dlibis avatar Feb 12 '24 15:02 dlibis