table scrolls out off visible part Carousel on safari iPad

Hi

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.

Thank you,
Alexander

Sorry, I dont see the snippet here.

here it is: http://webix.com/snippet/7bedb17c

Hello,

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:

http://webix.com/snippet/081234b4

Hi Maria,

Can you try to do w/ my sample?
I tried to remove autowidth of table. table disappears. see snippet:
http://webix.com/snippet/73d52679

Thank you,
Alexander

Hi Alexander,

The “webix-datatable” containers have 0 width and 0 height. And datatable occupies the whole container where it is created.

I’ve already posted a working example. You can rebuild it for your requirements.

Hi Maria,

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.

Thank you.

Hi,

Any update on this?

Thank you.

Oncoming update will contain the updated carousel component, it will use different sizing strategy, so it will work correctly in the above case.