Questions tagged [vaadin-touchkit]

Vaadin TouchKit is a framework for writing mobile applications in pure Java.

Main Benefits

  • Write mobile applications in pure Java.
  • Animated screen navigation makes your application look like a native app.
  • Produce working apps in hours and deploy them instantly.
  • Reuse your main application code to create a mobile version.
  • Support available for an offline mode.
  • Support for the swipe gesture.

Supported OS

  • iOS 5+
  • Android 2.3+

Website Vaadin Touchkit

19 questions
0
votes
1 answer

How to make synchronize scroll between two table in vaadin 7?

I have two table in vaadin. One is as Table mainTable. Another is ScrollTable freezeTable. I need a synchronize scroll between two table. If i will scroll mainTable vertically the freezeTable should scroll as same but in case of horizontal scroll I…
Mina
  • 29
  • 1
  • 8
0
votes
1 answer

Vaadin session time out and UI issue

I'm finding that the Vaadin UI goes grey and becomes inactive and the session expired message is not shown. Also the session does not always timeout after 1 minute, I've set the heartbeat to a higher value than the session timeout so the session…
newlogic
  • 807
  • 8
  • 25
0
votes
1 answer

Best way to store large data clientside in an gwt offline application?

We have written an Vaadin7/GWT application where the user can select multiple images and upload them. The application works offline, so we want to store the images clientside and only upload them when the user is pressing the sync button. The clue…
0
votes
1 answer

Vaadin Touchkit / Web app - Lock mobile screen orientation

I'm wondering if it's possible to lock the screen orientation for a mobile device when viewing a web site (particularly a vaadin touchkit app).
labatyo
  • 486
  • 8
  • 17
1
2