|
|
|
|
|
by mg
321 days ago
|
|
Now that Chromium supports the File System Access API on desktop and mobile, I am building every software I need as HTML+JS+CSS. Before that, handling files in the browser was cumbersome. You had to offer download and upload links for users to manage files. And handling whole directories was impossible. But now web apps are like native software tools that you can use to edit and manage files on the file system. And the bonus point is that what you build this way is fully functional on mobile too. Right away, without any changes. At least on Android. |
|