Neutralinojs is a lightweight and portable cross-platform application development framework. It lets you develop native applications using JavaScript/TypeScript, HTML and CSS.
Questions tagged [neutralinojs]
55 questions
1
vote
1 answer
Is there a native function for downloading a file in neutralinojs that I can use?
When you right click on a download link in a neutralino app, there is a "download linked file" option which one selects then their file is downloaded.
How can I call that function to download a file in my app.

Tendos
- 43
- 3
1
vote
1 answer
Neutralino JS - Why read all file to string without end of lines (txt)
I.
I´m trying to make a skeleton of a app to read and write files in Neutralino.js but...
Now i´m stopped by trying to read the content of a selected file to a variable.
I think the file is corrected selected, but... when using the…

José
- 33
- 2
1
vote
0 answers
Question: How to send the Express Server console.log to the front end
I'm pretty new to JS and Node so it might be a dumb question. Ive look everywhere and I can't figure how to get a response from the Server. The goal is to be able to do a progress bar so I need to return the bytes download / Total bytes.
For now i'm…

Meilleur102
- 25
- 1
- 8
1
vote
0 answers
Receive http requests in neutralinojs server
is there a way to receive external http requests in neutralino js (server)?
I can set a fix port in the config file (e.g. 5050), so I have a static target (e.g.: http://localhost:5050). If I send a http request to that location I get the status 200…

rince
- 123
- 7
1
vote
1 answer
Invoke function of neutralino.js client from remote page doesn't have any response
We use neutralino.js to open a remote page by point the url from neutralino.config.json to our page and also set "enableNativeAPI": true
Our index.html of the remote page:
Remote…

kiett
- 11
- 1
1
vote
1 answer
neutralinojs workaround to HTML input attribute accept
I have a neutralinojs app with an file input. It should only be possible to choose files from type ".csv" or ".xlsx". So I use the accept attribute.
That works in browser mode but not in window mode.
Is…

rince
- 123
- 7
1
vote
1 answer
NeutralinoJS Open local html file in browser
In my Neutralino app I have a navigation. When I click on a specific navigation item, I want a local html to open in the browser (or new window).
The html file to open is in a subfolder of my app resources directory.
My first approach was to call…

rince
- 123
- 7
1
vote
1 answer
Problem in windows mode @neutralinojs/neu@3.0.2
i want create a simple application using Neutralinojs.
go to section Your First Neutralinojs App and Creating a new app
but after neu run in command
windows open and not show anything?
image from my desktop
app in browse mode and cloud is…

amir
- 11
- 1
1
vote
1 answer
Is it possible to get Video/Audio Input from the user using window mode?
I tried to make an app that uses the user's camera and plays it back to them. It works fine on the browser mode but when I try to use the window method nothing works. Am I missing something or has this yet to be implemented? Here's the…

OneFoggyScreen
- 11
- 2
1
vote
1 answer
NeutralinoJS: error: missing required argument 'name'
I tried to create my first NeutralinoJS app using neu-cli. I typed neu create --template hello-world command in Windows Command Prompt as in the doucmentation. But it gives me this error.
error: missing required argument 'name'
So I typed it again…

Hirusha Fernando
- 1,156
- 10
- 29
1
vote
2 answers
Read a external json file in Neutralino app
How can I read a external json file to populate my HTML?
I read the docs and see "filesystem.readFile(string filename, function success(data), function error)" but I don't know how can I set to read the file or what is the right folder to put the…

Pelllegrini
- 61
- 1
- 4
1
vote
3 answers
How do I debug Neutralino in VS Code?
I'm new to NuetralinoJS and web dev in general, so please go easy on me. I tried following the tutorial here with some slight variations:
https://neutralino.js.org/docs/#/gettingstarted/firstapp
And find "Step 5 - Debugging" to be too vague to be…

user2587779
- 61
- 8
0
votes
0 answers
Neutralino js : WebView2Loader.dll was not found
i was working on a small web application when i decided to ship it as a native exe.
I knew about Electron js but it seemed that the base size is very large and that it's memory hogging.
Then i found about Neutralino js and it looks like it solves…

Adnane Kabab
- 1
- 1
0
votes
0 answers
Package neutralinojs without bundling
Is it possible to package Neutralinojs application to production without bundling?
To make it clear, I'd like to expose the resource folder on production to make the application edit-able even on production.
I'd like to include some code, but in…

Ad S.S
- 126
- 1
- 2
- 10
0
votes
2 answers
Placeholders not replaced inside a docx template
I'm using this library to replace some placeholders into a docx template and generate multimple documents. I'm using neutralino and vue for the front-end and I've created a method that will pass the selected docx file and the data to the library for…

newbiedev
- 2,607
- 3
- 17
- 65