Dan Cromer

Results 3 comments of Dan Cromer

I encountered this error while including this gem within another Rails 4 engine. I resolved it by including ``` require 'zeroclipboard-rails` ``` in my engine's base class.

I don't think you need to do anything library-specific to get this behavior on mobile browsers. You should be able to intercept the touch events using javascript. I've never actually...

Duplicate of #114 ;) There's some useful discussion in that PR as well.