Posts

Tabris.js 3.7.2 improves stability and performance
0 Comments
/
Tabris.js 3.7.2 has been released. It addresses several issues surrounding worker support and various other bugs.
Worker fixes
Fix FileSystem bug when reading file in worker (Android)
Fix…

Talk to your Tabris App
If you're a seasoned Tabris developer you're likely familiar with the helpful shortcuts built into the Tabris CLI. After all, every time a Tabris app is side-loaded you get this message:
What you…

How to structure a Tabris.js project
“How do I structure the project?” is a common big question that comes to mind when we start a new project. While the Tabris.js CLI provides basic templates for certain architectural patterns, Tabris.js…

Tabris.js - How to write unit tests
In this blog post, you’ll learn how to write unit tests for your Tabris.js application. To do that, you need a special setup to run your code without a native client because Tabris.js requires an Android…

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.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…

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,…

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…

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...

Tabris.js Properties: cornerRadius
cornerRadius is a property that allows us to give square widgets curved corners. This single number value applies to all four corners. It defaults to 0 : right angled-corners...