Aditya M.
Aditya M.
Even if we found a way to produce a single binary, there are some problems we will face. Since You Need 1 Binary Which Contains Everything you'll need to install...
can you list some ways?
currently there is no official API for printing
as of the official docs, they provide you a concept called [`extensions`](https://neutralino.js.org/docs/api/extensions/) using which you can extend the Neutralino API
Wrong URL, go to this one: https://neutralino.js.org/docs/how-to/extensions-overview
> can i work on this issue? Why not!
In the `Neutralino.Config.Json` you can do something like this: ```json { "modes": { "window": { "alwaysOnTop": true } } } ``` which will cause the application to be always on...
@pathange-s, @shalithasuranga
This is a expected behaviour, since Neutralino doesn't bundle the browser and uses the inbuilt browser's API ([webview](https://www.pcmag.com/encyclopedia/term/webview)) for showing html css and js, it doesn't know how to treat...
No, Neutralino Doesn't touch anything under the hood.