Skip to main content

All Questions

1 vote
0 answers
58 views

Uncaught ReferenceError: angular is not defined exception if js libraries loaded with status code 206

In my index.html I added 2 js files. One is library file, and second is my main.js file (which has angularjs codes). <script src="js/lib/libraries.min.js?1599837573814"></script> ...
Hồng Sơn's user avatar
0 votes
1 answer
748 views

Set $location in AngularJS / Electron app

Is it possible to change the URL for $location in AngularJS within an Electon app but without implicitly loading that URL? The problem is that Electron is loading index.html (and other resources) ...
Bernd's user avatar
  • 745
1 vote
0 answers
489 views

How to display .exe file output in electron?

I am new to this , trying to run electron app through cmd. I have .js file that runs the .exe file. I can see output in cmd terminal. Along with that I need to print those output in .html. function ...
vardhan's user avatar
  • 11
1 vote
0 answers
580 views

Electron does not load index.html correctly, files from local folder are not loaded

I am trying to run via electron the following web app: I am retrieving index.html like this: win.loadURL( url.format({ pathname: path.join(__dirname, `/dist/index.html`), protocol: "...
Mirel Vlad's user avatar
  • 2,072
2 votes
1 answer
1k views

How to solve ECONNRESET while installing Electron?

I am trying to install electron but getting ECONNRESET error despite trying multiple things : tried installing globally tried removing the proxy. tried a mirror address but not sure if the address ...
Anoop Kumar's user avatar
1 vote
1 answer
110 views

AngularJS / Sqlite / Electron - Unknown provider: $dbServiceProvider

I am trying to build electron app which display/retrieve items on the table from SQL database that I created but I get Unknown provider error. I've tried to follow some solutions on the web but the ...
gxvr's user avatar
  • 346
1 vote
1 answer
164 views

Can't communicate electronjs-angularjs using IPC

I'm starting with electronjs desktop-apps so i decided to use angularjs for the views. Now, when i try to use eletron ipc to communicate betweet these two i get Cannot read property 'send' of ...
Anthony G.'s user avatar
3 votes
2 answers
14k views

Electron Window does not open, but doesn't show any errors

Context: I have seen this question but it does not solve my issue. When I try running my electron app, I receive no errors and it seems like it compiles, but the electron window does not pop up. ...
Jeff's user avatar
  • 180
0 votes
0 answers
385 views

AngularJS and Electron: Can't run AngularJS application inside Electron

I create simple game using HTML 5, CSS 3, EcmaScript 6, AngularJS 1.7.7, and JQuery 3.3.1. The game run smoothly when tested using Firefox, but when I ported it into desktop application using Electron ...
A Naive Dreamer's user avatar
0 votes
1 answer
1k views

Electron save user changes on page

I have a problem with my electron app. I navigate throw pages by using window.loadUrl(). On some pages, the user needs to enter some data to be saved. The problem is that when the user moves to ...
bredart's user avatar
  • 318
0 votes
1 answer
2k views

Convert Angular Framework Application to desktop application using Electron

Project Description: I have a functional front-end angularjs application that communicates with another back-end Java application deployed in tomcat running on different port(8443). I have been ...
Ippez Robert's user avatar
5 votes
1 answer
2k views

Youtube videos not played in Electron app but in a website does

I'm working on two related projects, a web page and an application in Electron, among other things, both have to play Youtube videos embedded in an iframe. Everything works perfectly on the website, ...
Maximiliano Massin's user avatar
0 votes
1 answer
510 views

Angular javascript to detect and install jdk

I am creating an application where I need java jdk to be installed. So I want to create a detection function for jdk in system and if not found then install it by the setup which i will provide and ...
WhoAmI's user avatar
  • 317
0 votes
2 answers
64 views

AngularJS scope variable not setting properly

I am using electron-json-storage and I'm attempting to set an AngularJS $scope variable equal to the data stored. Below is my code: portal.controller('portalViewController', function($scope) { /...
smthingshwere's user avatar
0 votes
0 answers
37 views

Access the DOM of the connected project from the Electron application?

I have a web application on AngularJS running on localhost. I want to open it on the Electron and add a pop-up window that should only be in the desktop version. How do I add a new functionality ...
Вадим Яровой's user avatar

15 30 50 per page
1
2 3 4 5