Posts

Build an Android App Widget for Tabris.js Apps

The app widget is one of the desirable features in mobile apps and highly requested by Tabris.js developers. Unfortunately, we cannot directly use Tabris.js to create home screen widgets. However, we can…

Tabris 3.6.1 released with important TypeScript and Android updates

We recently published Tabris.js 3.6.1, a patch release building on Tabris.js 3.6.0. Aside from some minor fixes in the JavaScript layer, it has two very important changes: Tabris.js 3.6.1 is now…
Redux.js Logo

Tabris.js 3.6 released with support for Redux, PDFs and more

We are happy to announce the release of Tabris.js 3.6. The highlight of this release is new API for developing Tabris.js applications based on the popular Redux library. Create a Redux store, connect…

Git version control basics in Gitpod

In the previous blog post, we configured our own Tabris.js based project in Gitpod. Now we are going to commit and push these configuration changes to the remote repository with the help of the Git version…

New Tabris.js 3.5 provides APIs to make common mobile app development tasks faster

We are happy to announce the release of Tabris.js 3.5. This release continues our theme to make common tasks simpler by providing the tools and APIs you need. From new APIs to share app data, manage resources,…

Debugging your Tabris.js Android app

In the latest release of Tabris.js, we have announced improved debugging support on Tabris.js Android. In this tutorial, we will show how to debug your app with Visual Studio Code. Please, refer to Tabris.js…

Tabris.js 3.4 allows to create better mobile apps with new dev tools and debugging support

We are happy to announce the release of Tabris.js 3.4. This release focuses on a better developer experience with new developer tools, debugging support, CLI improvements and some new FileSystem APIs for…

Develop Tabris.js Applications in the Cloud with Gitpod

Development in the cloud IDE has become increasingly popular these days. Since Tabris.js 3.3, you can develop Tabris.js applications with Gitpod, which is one of the popular online IDE’s that runs in…

Tabris.js 3.3 allows to create better mobile apps with improved image support and simplified widgets

We are happy to announce the release of Tabris.js 3.3. This release focuses on making complex widgets easier to use, handling images with more flexibility and creating common layouts faster. For full details,…

Tabris.js Properties: elevation

The "elevation" property makes a widget appear elevated by casting a shadow around it. A number value, it positions the widget on the z-axis...