desirepath41 / visualCaptcha-PHP

visualCaptcha for PHP
MIT License
101 stars 29 forks source link

Stop sniffing the user agent, detect mouse presence (kind of) #8

Closed BrunoBernardino closed 9 years ago

BrunoBernardino commented 11 years ago

Interesting discussion about this kind of situation: https://github.com/Modernizr/Modernizr/issues/869

I don't like the fact that we're currently doing some user agent sniffing to allow touch vs drag.

In theory click/touch should only be enough, but the dragging adds a "fun" benefit to it. It would be great if it was really just a benefit/extra instead of mutually-exclusive options.

I personally prefer Option 2.