when swiping on iPad between two views, second view is scrolled out off visible area, only border remains visible;
See snippet for a code. Snippet itself does not support swipe on iPad.
You need to do stand alone sample w/ my code from snippet.
Views inside carousel should take the height of carousel and do not use own size logic. Therefore, you need to remove “autowidth” property from datatable configuration:
Re>"The “webix-datatable” containers have 0 width and 0 height. "
“webix-datatable” containers containers has style=‘width: 100%;height:100%’
I do not see why they have 0 width and 0 height.
Your example is not helpful.
Please change my example to show the problem.