ultr7A / nucleus

Build cross platform desktop apps without wasting memory.
MIT License
1 stars 0 forks source link

Launch Firefox on Windows (without address bar or tabs) #2

Open ultr7A opened 5 years ago

w4est commented 5 years ago

This is a much harder task then it would seem.

While firefox will launch in windows, there is no --app mode like google chrome. There is preliminary work done on the Android branch, but for now there's nada.

The workaround that is currently used (sending a javascript object to -url), no longer works after firefox 57, meaning might as well use a normal start firefox command on windows.

If I get time I'll look into some stranger workaround ideas, like

ultr7A commented 5 years ago

@w4est Sounds good. If you find it's really impractical. It's okay to close this one.. I was planning to add a field in nucleus.json to open in a new window or not, but perhaps there could be three levels, supported depending on the browser, (new tab, new window, new window w/o address bar)