Can’t enable scroll on touch devices. Test on iPad, Android and Windows8 with TouchMonitor
test app link: http://provecta.md/ordersweb/?id={a4c0670f-1c10-e311-9f63-00218566f958}#
Scrolling does work, while testing from my side. ( it works on iOs and Android, Win 8 will be supported with the next version of Webix - will be released till the end of this week ), it doesn’t look nice though.
You can enable prerender mode of datatable, it will enable kinetic scrolling for touch devices, but will slow down datatable rendering
http://docs.webix.com/api__ui.datatable_prerender_config.html
Thank’s. It work. Not so good but work. My test sample here
http://provecta.md/ordersweb/?id={a4c0670f-1c10-e311-9f63-00218566f958}
In this sample http://docs.webix.com/samples/05_list/05_editable.html
list is scrolling perfectly on my touch monitor.
Can you provide same functionality for datatable?
Thank’s!
Check
http://webix.com/demos/touch.html
The datatable here uses “prerender” attribute
You can add this attribute to any from default datatable’s samples as well
- in this sample i can’t scroll on my touch monitor.
2.on large datasets, prerender is very slow. sample here : http://provecta.md/ordersweb/angular/
try to select cell or scroll on iPad.
Thank’s.
PS I can create a sample video if it will help to you
in this sample i can’t scroll on my touch monitor
This is known problem
If you are using Win8 hybrid device and want to use touch actions - you need to set webix.env.touch =true; manually. ( it will work automatically for Win8 phones and tablets though )
Scroll must work correctly without “prerender” mode as well. The only thing which “prerender” does - it enables kinetic scrolling.
Please, watch screen cast, maybe it will be useful
http://screencast.com/t/AsLM64oSj
Are there any development about this subject? With iOS Safari and datatable dynamical load it’s really slow and not smooth at all.