samccone / fidgetspin.xyz

https://fidgetspin.xyz
MIT License
299 stars 19 forks source link

Fix long press opening download menu #61

Closed hihuz closed 7 years ago

hihuz commented 7 years ago

The idea is to fix #40.

Adding pointer-events: none; directly to the img tag should do it, and it shouldn't affect the events for actually rotating and stopping the spinner.

Tested on desktop and android, but once again I don't have an iOS device to check :disappointed: hoping someone can help with this, else I'll try to get my hands on an iphone.

samccone commented 7 years ago

This is safe. Thank you!

paulirish commented 7 years ago

Nice