Questions tagged [tabris-js]

Tabris.js is a mobile framework that lets you develop native iOS and Android apps from a single code base written entirely in JavaScript.

22 questions
0
votes
1 answer

Tabris.js developer app not loading my app

When I try to access my app via the URL in the Tabris.js 2 Developer app, I briefly see the message below, and the app returns me back to the URL screen: "Could not load boot.min.js or boot.js file from tabris module 'node_modules/tabris'" I tried…
Nick
  • 1,049
  • 2
  • 8
  • 12
0
votes
1 answer

TabrisJs working with Upnp

Upnp looks harder to work with in TabrisJs. It supports node packages to a large extent, but I am finding a tough time working with Upnp. In package.json I got node-upnp-client "dependencies": { "tabris": "^2.0.0-rc2", "moment": "~2.8.4", …
arjun
  • 1,594
  • 16
  • 33
0
votes
1 answer

Font Awesome icons in Tabris.js

I have a tabris.js app and I would like to add some Font Awesome icons to it but I don't know how should I do it. Anyone know how? Thanks in advance.
jonaspm
  • 3
  • 3
0
votes
0 answers

how to connect my mongoDB cluster to tabris js

I'm not being able to integrate my mongoDB database to tabris-js. I've tried to solve the problem but what seems to be a major issue is that how to import npm modules to the tabris-js online scratchpad.
0
votes
1 answer

Tabris.js gesture event pan

I want to port an existing cordova game with webview to tabris.js. There is a canvas on which you can pinch to zoom and you can move the canvas around. var page = new tabris.Page({ topLevel: true, title: "Canvas Test" }); var canvas = new…
willi
  • 1
0
votes
1 answer

Tabris.JS build fails after adding an icon in the Cordova config

So I created an Tabris.JS app and everything worked fine until I tried to add an icon to the app. I get the following errors when trying to build the android…
Nathan
  • 900
  • 2
  • 10
  • 28
0
votes
1 answer

Using Tabris-js, and trying to use the cordova file and file-transfer plugins

Pretty new to tabris-js, however so far very impressed at the speed and ease of getting a native mobile app running. I am playing with the camera function of cordova.. since there is a tabris-js example, that part is fine. However, I am trying to…
Dav.id
  • 2,757
  • 3
  • 45
  • 57
1
2