Questions tagged [appjs]

AppJS is an open-source SDK to develop desktop applications using Node.js and the Chromium Embedded Framework.

AppJS allows developers to build desktop applications for Linux, Windows and Mac using Node.js melded with Chromium. Desktop tools and applications can thus be developed using the same libraries and knowledge used to build websites.

The Chromium Embedded Framework (CEF) provides support for JavaScript, HTML5, CSS, SVG and WebGL while Node.js brings http/https servers and client APIs, filesystem, cryptography, sandboxed code execution environments and tools for exposing native C++ bindings to JavaScript.

More information is available on the AppJS.org website and on the project's github page.

78 questions
0
votes
2 answers

Phonegap SQLite 3

I need a way to use SQLite 3 without a quota with Phonegap. I have looked at several plugins but they lack good documentation and none of them say they work with Phonegap 2.0 (1.5+ is touted on most of the plugins). Furthermore, I don't want to have…
Andrew Rhyne
  • 5,060
  • 4
  • 28
  • 41
0
votes
2 answers

AppJS - Unsafe JavaScript attempt to access frame with URL

I'm making a desktop app where i can filter some specificed div inside of iframe with AppJS. I'm having a problem i couldn't hide some divs, there is a code:
Ivan
  • 1,221
  • 2
  • 21
  • 43
-2
votes
1 answer

angular module not working

I am using angular.js. I have created app.js file where i entered the code as: angular.module('polls', ['pollServices']) .config(['$routeProvider', function ($routeProvider) { $routeProvider .when('/polls', { templateUrl:…
SA.
  • 732
  • 7
  • 20
  • 38
1 2 3 4 5
6