jQWidgets Forums

jQuery UI Widgets Forums General Discussions color picker on mobile devices

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • color picker on mobile devices #19758

    sergion
    Participant

    Good morning!

    I have a colorpicker that will also be used on tablets.

    Is there a way to allow the user to slide the finger over the color in order to choose it? This would allow the user to see the colors changing while the finger moves (pretty much like the mouse movement).

    I read the jqxTouch docs and that does not seem to be the way, but….

    Thanks in advance and best regards,

    Sergio

     

    color picker on mobile devices #19762

    Peter Stoev
    Keymaster

    Hi Sergio,

    Thanks for writing.

    We will consider implementing the requested functionality in a future version of jQWidgets. Unfortunately, the feature is still not supported.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    color picker on mobile devices #19766

    sergion
    Participant

    Thanks, Peter.

    I´m trying a workaround using jquerymobile

    $(“#color1”).bind(‘vmousemove’, function(e){
    //some code here
    })

    The question is what code should I user to make the color follow the finger. Is there ready to use on the library file?

    Thanks again,

    Sergio

    color picker on mobile devices #19771

    Peter Stoev
    Keymaster

    Hi Sergio,

    Thanks for writing.

    As I have already written, the requested functionality is still not implemented. There are changes which should be made in the jqxColorPicker widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.