jQWidgets Forums

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  ghenne 11 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • ColorPicker, FastClick and iOS7 #29189

    ghenne
    Participant
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <title>jQuery Color Picker Sample</title>
    <script src="Project2/nsb/fastclick.js"></script>
    <script type="text/javascript" src="Project2/nsb/jquery.js"></script>
    <link href="https://jqwidgets.com/public/jqwidgets/styles/jqx.base.css" rel="stylesheet">
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/jqxcore.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/jqxcolorpicker.js"></script>
    <script>
    window.addEventListener('load', function() {new FastClick(document.body)}, false)
    $(document).ready(function () {
    // Create jqxColorPicker.
    $("#jqxColorPicker").jqxColorPicker({ width: 350, height: 350 });
    });
    </script>
    </head>
    <body class='default'>
    <div id='jqxColorPicker'>
    </div>
    </body>
    </html>
    ColorPicker, FastClick and iOS7 #29199

    Peter Stoev
    Keymaster

    Hi ghenne,

    When you Tap on the color picker, a color is picked and that works fine on iOS. We already have code for converting mouse to touch events and know how to handle touch events for any device.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    ColorPicker, FastClick and iOS7 #29861

    ghenne
    Participant

    Have you tried your jqxColorPicker sample on iOS 7?

    It does not work on the iPhone and iPad device I tested: it does not respond to clicks and drags.

    ColorPicker, FastClick and iOS7 #29888

    Peter Stoev
    Keymaster

    Hi ghenne,

    Yes, we tried it and it does respond on clicks pretty fine. It does not have “drag” so it will not respond on drag. You can try it on our website. We tested it with iOS7 on IPad and on IPhone.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    ColorPicker, FastClick and iOS7 #29971

    ghenne
    Participant

    Ah! I was trying to drag. Yes, click does work.

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

You must be logged in to reply to this topic.