enjalot/Inlet

test mobile support

Opened this issue · 4 comments

Haven't tested mobile support for the colorpicker

I added RGBA support and touch events to the slider here. However Thistle is not touch friendly thus would need to be scrapped and replaced with one that has mobile support. Which I've done here.

I like the thistle interface, but I've also been frustrated by it's lack of mobile support. Thanks for working on this 👍

Awesome! Would you mind creating a pull request for each of these? I'd love
to do some testing locally (with tributary and blockbuilder) and then I can
merge and publish.

On Sun, May 1, 2016 at 9:39 PM, Geoffery Miller notifications@github.com
wrote:

I like the thistle interface, but I've also been frustrated by it's lack
of mobile support. Thanks for working on this :+1


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#3 (comment)

Ian Johnson - 周彦
http://enjalot.github.io/ http://enja.org

JSColor is under the GPL v3 and Inlet is under the MIT license. I know there are conflictions for commercial use here (another source). (JSColor charges $25 for a single developer commercial license). Which is why I made a pull request just for touch support and why I didn't for the color picker.

EDIT: My fork now uses JQuery MiniColors. In order to port JQuery MiniColors properly it would have to be converted to Vanilla JS (being that Inlet is Vanilla JS)