jQWidgets Forums
Forum Replies Created
-
Author
-
February 10, 2014 at 1:02 pm in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49245
Hi Peter,
what about 3. ?
Best Regards,
CarloFebruary 10, 2014 at 10:49 am in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49235Hi Peter,
I changed the container to 100% height. Now scrolling by swiping is possible. But if I do the following:
1. Scroll by swiping
2. Select a row. The alert popup is shown.
3. I click OK in the alert box.
3. If I now try to swipe again, the select event is immediately fired and no scrolling possible.Another point is the scrollbar shown on the right. Can the scrollbar be hidden ?
Best Ragards,
CarloFebruary 10, 2014 at 9:14 am in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49224Hi Peter,
according to your advise I set the height to 100% (as in your demo). Now nothing is displayed at all.
$(“#dgMeldungen”).jqxDataTable(
{
theme: ‘mobile’,
width: ‘100%’,
height: ‘100%’,
source: dataAdapter,
columns: [
{ text: ‘Alarme’, dataField: ‘sigbez’, width: ‘100%’ }
]
});Best Regards,
CarloFebruary 10, 2014 at 7:54 am in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49218Hi Peter,
my demo http://85.214.238.149/table-scroll.html is using the latest 3.2.1. We are developping a mobile only application and really need to be able to scroll by swiping through the table. Please tell me whats wrong with my simple demo page. Your mobile demo has the same effect on an iPad in landscape mode (landscape, because there are too few entries for scrolling). If you try to scroll by swiping, another row is selected.
Best Regards
CarloFebruary 9, 2014 at 10:07 am in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49181Hi Peter,
your mobile demo page http://www.jqwidgets.com/jquery-widgets-demo/mobiledemos/index.htm does scrolling and selecting on touch devices. Would be nice if DataTable had the same behaviour.
Best Regards
CarloHi Peter,
thank you very much. Thats how I have done it.
Before hiding get the scoll position: scrollPosition = $(window).scrollTop();
After showing again scroll to the same postion: $(‘html, body’).animate({scrollTop: scrollPosition}, 0);Best Regards
CarloFebruary 9, 2014 at 9:33 am in reply to: Scrolling on touch devices fires rowClick Scrolling on touch devices fires rowClick #49179Hi Peter,
rowSeleceted the same problem. Here the demo page: http://85.214.238.149/table-scroll.html . Try scolling on a touch device. The event is fired and scrolling is stopped.
Best Regards,
CarloFebruary 6, 2014 at 8:11 am in reply to: Initial no expand and collapse when clicking an item again Initial no expand and collapse when clicking an item again #49064Hi Peter,
we tried swiping the NavigationBar and the ListMenue. Swiping the NavigationBar on touch devices is not possible.Put 30 items into NavigationBar so you have something to scroll and try to swipe the list up and down. Scrolling does happen, but the list item where you start swiping will be expanded. The ListMenue does a better job in swiping, but does mark multiples list items when swiping.
Best Regards
CarloFebruary 5, 2014 at 6:36 pm in reply to: Initial no expand and collapse when clicking an item again Initial no expand and collapse when clicking an item again #49028Hi Peter,
which jqw control do you recommend for displaying a dynamic list of alarms ? It should be touch friendly and capable of displaying alarm details on click.
Best Regards,
CarloFebruary 5, 2014 at 2:46 pm in reply to: Initial no expand and collapse when clicking an item again Initial no expand and collapse when clicking an item again #49013Hi Peter,
1. How can we remove all items before adding new ones with ‘add’ ?
2. It is not possible to scroll the navbar on a iPhone without expanding the item where one starts scrolling.Best regards
CarloFebruary 3, 2014 at 6:22 pm in reply to: Initial no expand and collapse when clicking an item again Initial no expand and collapse when clicking an item again #48867Hi Peter,
I should read the docs more carefully.
We have to remove/add/change itmes on the fly with special formating. May the add/insert/update methods header and content parameter contain html or only plain text?Best Regards
CarloFebruary 1, 2014 at 7:50 pm in reply to: jquery mobil compatibility jquery mobil compatibility #48788Hi Peter,
yes your are right, one can remove all the demo specific stuff and use only base.cc and android.css. Thank you for your patience.
Best Regards
CarloFebruary 1, 2014 at 3:22 pm in reply to: jquery mobil compatibility jquery mobil compatibility #48777Hi Peter,
so we have to include the mobile style sheets jqx.mobile.css, jqx.android.css etc, detect the device, build the theme name according to the detected device and apply the theme to the controls. Is would be very helpfull, if you could provide a bare bone mobile only device demo page e.g. for the ListMenue control, not using the very special simulator.js, which is cluttered with demo specific code (e.g. toolbar insertion..).
Best Regards
CarloFebruary 1, 2014 at 2:41 pm in reply to: jquery mobil compatibility jquery mobil compatibility #48774Hi Peter,
I am missing http://www.jqwidgets.com/jquery-widgets-demo/mobiledemos/index.htm .
It would be very helpfull if you would explain a little bit, which of the mobile stylesheets (e.g. jqx.android.css, jqx.windowsphone.css…) have to be included for mobile devices.How the styles are attached to the controls, is this done automatic by jqwidgets or must we do some scripting, like in simulator.js ?
February 1, 2014 at 1:56 pm in reply to: jquery mobil compatibility jquery mobil compatibility #48769Hi Peter,
the possibility of debugging with safari by setting the user agent on the desktop would be very handy.
Could you provide the source of http://www.jqwidgets.com/jquery-widgets-demo/mobiledemos/index.htm and the mobile demo sources which are really used when called on a smartphone ?
-
AuthorPosts