jQuery UI Widgets Forums Layouts Panel and Responsive Panel panel & scroll on mobile devices

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • panel & scroll on mobile devices #87305

    Florian Auer
    Participant

    Hi

    I have an issue with the scrolling behaviour of a panel in a dockPanel layout on a tablet.
    The result of scrolling is not as expected:

    • scrolling down mosty scrolls all the way down in one big animation, independent of the gestures length and speed.
    • scolling up sometimes seem not not fire the event so the panel does not scroll
    • the scrolling event seem to execute after the gesture finished

    I tried to create an example as code snipped of the created Ui.
    https://jsfiddle.net/ref83vz4/6/

    Did i implement something the wrong way?

    In the original application i now catch the “swipetop” and “swipebutton” events and manually implemented a scroll effect by using the scrollBar-properties of the panel. But this does not look so nice as “regular scrolling”

    panel & scroll on mobile devices #87318

    Hristo
    Participant

    Hello Florian Auer,

    We could not spend time to create/check (private) project. Thank you for the example but it is too big source.
    However, first the jqxDockPanel (could try to change with another widget – ex: jqxPanel) do not have such feature – scrollbar and another that I saw is the way you set height of the widget ( $(“#dockPanel”).height(600) correct way is $("#dockPanel").jqxDockPanel({height: 600});)
    Please, provide small examples with issues for particular Widget if it is possible.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.