Which mobile support exists for Vaadin?

devquora
devquora

Posted On: Feb 22, 2018

 

A Vaadin UI does not rely on any plugins; therefore it can be rendered on any modern browser, including mobile browsers.   Additionally, the release of version 6.6 brought many special improvements targeted solely for touch devices owing to the high number of mobile users. These include sliders, one-finger touch scrolling, sub-window handling, drag and drop and more. However, in order to bring your Vaadin touch interface to the next level, every user must consider the Vaadin TouchKit. It is a Vaadin add-on, which makes it really easy to create Vaadin UI’s with a native iOS look and feel. The new major version of with a ton of changes, an improvement is all hyped up for this application. Vaadin TouchKit is a commercial add-on released with dual licensing.  

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Vaadin Interview Questions

    How can you install the Vaadin components? Give an example.

    The Vaadin components are typically installed with npm or Bower. For example, the following command installs the vaadin..

    Vaadin Interview Questions

    What are the features of Vaadin flow?

    The following are the features of Vaadin flow: User interface implementation with nothing more than Java: Vaadin Flow a..

    Vaadin Interview Questions

    How would you provide an overview of the Vaadin architecture?

    Vaadin consists of a server-side framework and a client-side engine. A developer creates the UI using the components, a..