EclipseSource Blogs

Read all latest blog posts

Pixel perfect layout in Tabris.js

Sep 4, 2015

Positioning widgets in a layout is a very common task in Tabris.js apps. When dealing with varying device densities, Tabris.js lets you declare all dimensions in device independent pixels. This...

Tabris.js 1.2 is here

Sep 2, 2015

Tabris.js 1.2 is out now - it boasts several layout improvements, the ability to override Android back button behavior, a new easy way to enable fullscreen mode and more. One of the most exciting...

EMF Forms 1.6.0 Feature: Improved Rendering Architecture

With the Mars Release, we released EMF Forms 1.6.0. EMF Forms makes it really simple to create forms, which edit your data based on an EMF model. To get started with EMF Forms please refer to our...

Custom Widgets in Tabris.js

Aug 26, 2015

The 1.2 release of Tabris.js will come with a glimpse of a very powerful new feature: custom widgets. Which problem do they solve? And how do they work? This blog post will provide you with some...

Styling the collection view in Tabris.js

Aug 25, 2015

One of the most common mobile views for displaying information is the collection view. The collection view is a scrollable list often used for presenting data as a series of rows and has been part of...

Calling native V8 JavaScript functions from Java

Aug 24, 2015

J2V8 is a set of Java bindings for V8. J2V8 brings the V8 API to Java developers. We developed J2V8 to help with the performance of Tabris.js, our cross-platform, mobile development toolkit. A common...