mcrowe / soulmate.js

A jQuery front-end for the soulmate auto-suggestion gem
MIT License
121 stars 18 forks source link

Does not work in touch devices #13

Open steverob opened 9 years ago

steverob commented 9 years ago

Hey guys, this does not seem to work in touch devices. Im thinking its because no suggestion is focussed in the first place. Am I right? Thinking of a solution. Would like to get ideas! :)

steverob commented 9 years ago

Adding that.suggestions.focusElement( this ) to the click handler does get the job done. But just wanna check with you guys if that's fine. Thanks.