This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 10 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › General Discussions › 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, 10 months ago.
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:
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”
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
You must be logged in to reply to this topic.