NeutralinoJS: Lightweight Electron alternative using native browser controls
21–30 of 200 posts
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#22> There are some drawbacks such as Windows edition is based on IE etc. What does this mean?
It uses whatever the system webview is. So on Windows that is IE, on Mac it’s WKWebView, not sure about Linux. It’s a trade off: it’s much more lightweight but loses cross platform consistency. For some that might be absolutely fine, for others it may not.
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#23Stupid question: instead of embedding an entire browser in each-and-every app and trying to keep that secure, why not package the native desktop framework as a shared, versioned component and the app as a tiny thing that depends on it?
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#24Stupid question: instead of embedding an entire browser in each-and-every app and trying to keep that secure, why not package the native desktop framework as a shared, versioned component and the app as a tiny thing that depends on it?
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#25Stupid question: instead of embedding an entire browser in each-and-every app and trying to keep that secure, why not package the native desktop framework as a shared, versioned component and the app as a tiny thing that depends on it?
The reason I wouldn't want Electron to be shared across apps is I don't want a system wide install and certainly don't want to deal runtime version type issues. Electron would start having to be backward compatible for years.
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#26Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#27Does this support WASM? I'd expect not given it's so small, but worth asking.
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#28Looks kind of like WebView [1] which I earnestly tried but eventually abandoned. Using the system-provided web engine is great for space savings, but terrible for cross-compatibility and feature availability owing to having to use IE on Windows. [1] https://github.com/zserge/webview
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#29Looks kind of like WebView [1] which I earnestly tried but eventually abandoned. Using the system-provided web engine is great for space savings, but terrible for cross-compatibility and feature availability owing to having to use IE on Windows. [1] https://github.com/zserge/webview
Re: NeutralinoJS: Lightweight Electron alternative using native browser controls
#30Looks kind of like WebView [1] which I earnestly tried but eventually abandoned. Using the system-provided web engine is great for space savings, but terrible for cross-compatibility and feature availability owing to having to use IE on Windows. [1] https://github.com/zserge/webview