Y
Hacker News
new
|
ask
|
show
|
jobs
by
littlecranky67
1042 days ago
> Since the library is meant to be used in a web app, how would the app be accessed without internet access?
Progressive web app (PWA), or containered webapps like electron & co.
1 comments
alex_suzuki
1042 days ago
My thinking here is that containerized web apps built with frameworks like Capacitor or Cordova will typically resort to native facilities. Electron is not a target as the library is meant for smartphones.
link