webix Jet and weird bug on mobile

I’m long time Webix user, trying to use webix Jet now. I’m looking at demos from github and upon running it on mobile (real android device or even with simple settings for mobile screen emulation in desktop chrome) I’m encountering weird rendering problems where parts of UI isn’t shown.
For example, jet-demos-08_menu_plugin, I deployed it on my server. When I (again: on Android device or on desktop with mobile screen settings) open url http://perm.mcdir.ru/delme_jetdemo_08 it’s showing first page, after I click on “data” menu item I can’t see whole table, only it’s header:
see perm.mcdir.ru/delme_jetdemo_08/assets/Jet_renderbugonmobile01.png

If after that I click “Dashboard” menu Item and then “Data” again, I can see whole table just fine
perm.mcdir.ru/delme_jetdemo_08/assets/Jet_renderbugonmobile02.png

Update: seems it can be fixed by using
$oninit:function(view, $scope){view.adjust();}
on each view, but I still would like to know was it a bug, expected behavior or what?

Hi,

I’ve just sent you a message with a link. Please try to update core.js as mentioned in the message.

Seems working fine, thanks! I hope Jet will be kept updated with bug fixes and features

Hi,
can I get the updated core.js as well as I have the same problem…

Thanks,
Martin

Hi Martin,

I’ve sent the updated core.js.

Hi, I would be also interested in updated core.js. It may solve similar problem for me.

Thanks, Jiri

BTW all changes in core.js is just single line commented out. Near line 316
//webix.ui.$freeze = true;

Thank you, not sure if it is completely ok, but it definitely helped. Maybe I will be able to upgrade from 3.1.1 :slight_smile:

Can you update https://github.com/webix-hub/jet-demos/blob/master/libs/webix-jet/core.js with the latest version?