Turn web apps into lightweight native apps, no electron
1–9 of 9 posts
Re: Turn web apps into lightweight native apps, no electron
#2It also doesn't solve any of the real problems with electron, since it doesn't actually give you any native software of any kind. Electron apps are annoying because they're wasteful, but also because they don't use my native UI elements. They don't conform with my expectations. And this doesn't solve that either.
So what DOES this do? For whom is it?
Re: Turn web apps into lightweight native apps, no electron
#3So, this is just a link to a webview without any chrome (UI chrome, not the browser backend)? Does this or does it not include a chromium runtime? If it does, it's incredibly wasteful, just like electron. If it doesn't, congratulations, you've invented the desktop link. It also doesn't solve any of the real problems with electron, since it doesn't actually give you any native software of any kind. Electron apps are a…
Re: Turn web apps into lightweight native apps, no electron
#4Re: Turn web apps into lightweight native apps, no electron
#5Re: Turn web apps into lightweight native apps, no electron
#6Nice work! Tested it and it looks promising for simple web apps that require minimal native APIs. What happens if the user does not have Chrome installed?
Re: Turn web apps into lightweight native apps, no electron
#7So, this is just a link to a webview without any chrome (UI chrome, not the browser backend)? Does this or does it not include a chromium runtime? If it does, it's incredibly wasteful, just like electron. If it doesn't, congratulations, you've invented the desktop link. It also doesn't solve any of the real problems with electron, since it doesn't actually give you any native software of any kind. Electron apps are a…
Re: Turn web apps into lightweight native apps, no electron
#8Re: Turn web apps into lightweight native apps, no electron
#9So, this is just a link to a webview without any chrome (UI chrome, not the browser backend)? Does this or does it not include a chromium runtime? If it does, it's incredibly wasteful, just like electron. If it doesn't, congratulations, you've invented the desktop link. It also doesn't solve any of the real problems with electron, since it doesn't actually give you any native software of any kind. Electron apps are a…
This is currently insanely difficult with Firefox. You need a custom profile for every website, with matching userChrome.css.