Posts

How to read an archive on a background thread in a Tabris.js app
This is a follow-up on the previous blog post about "How to read an archive in a Tabris.js app".
Today, we are going to use a Worker available in Tabris.js to read the content of an archive file. The…

How to read an archive in a Tabris.js app
Have you ever had to deal with a ZIP file in your mobile app? Since Tabris.js app developers have the npm ecosystem at hand, unzipping ZIP files in a cross-platform way is just a npm install away.
In…