Hi,
If we have a basic layout, let’s say a simple form like in this snippet: Code Snippet
…on a mobile device when the user opens the on-screen virtual keyboard, the layout becomes obscured. Is there a way to make Webix push the layout up? I admit this is a little bit of a contrived example because you probably would never just put a spacer like that, but imagine that was actual content, and you want those two buttons to be available when the keyboard is open, as happens in many (though not all) Android and iOS apps. I think you need Webix to on-the-fly alter the layout and sizing and I’m not sure how to do that, if it can be done (or, if there’s another approach entirely that I’m missing I’m all ears!)