mhulse / picard

Make it so.
http://mhulse.github.io/picard/dev/
Other
1 stars 0 forks source link

Fastclick vs. ontouchstart on body ... #100

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

I dropped ontouchstart on the <body> tag because I think it was causing problems, on load, in iOS mobile Safari.

In future, use: https://github.com/ftlabs/fastclick

mhulse commented 10 years ago

... because I think it was causing problems, on load, in iOS mobile Safari.

I take that back. Still, I think fastcick is the better solution.

mhulse commented 10 years ago

Waiting to learn more about the best way to include Fastclick on my pages: ftlabs/fastclick#198

mhulse commented 10 years ago

I've included with Bower and symlinked:

$ ln -s ../plugins/fastclick/fastclick.js fastclick.js
mhulse commented 10 years ago

All seems well. There was no cause for alarm I guess.