Inlet icon indicating copy to clipboard operation
Inlet copied to clipboard

test mobile support

Open enjalot opened this issue 13 years ago • 4 comments

Haven't tested mobile support for the colorpicker

enjalot avatar Mar 11 '13 18:03 enjalot

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.

michaelsboost avatar May 01 '16 20:05 michaelsboost

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

georules avatar May 02 '16 01:05 georules

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 [email protected] 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 https://github.com/enjalot/Inlet/issues/3#issuecomment-216090861

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

enjalot avatar May 02 '16 02:05 enjalot

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)

michaelsboost avatar May 02 '16 02:05 michaelsboost