Using the application from mobile devices
Mobile devices like smartphones and tablets include web browser applications and therefore are suitable to use a COBOL application via WebClient.
When developing applications that could run on mobile devices, developers should keep in mind the restrictions on display size. This means that windows may not fit in the available space, and windows cannot be dragged on mobile browsers.
We suggest you open your windows maximized, and use the
LM-RESPONSIVE layout manager to resize the controls.
When the virtual keyboard appears over a maximized window, the
NTF-RESIZED event is fired.