You are browsing as a guest. Sign up (or log in) to start making projects!

2h 24m 34s logged

New app installer for my OS!

In this devlog, I have created an app installer that installs a website as an app, much like how a web app works. However, this function only works for URLs that allow embedding.

I have also solved a bug where apps dragged past the viewport creates a scrollable viewport by adding this:

overflow-y: hidden;
overflow-x: hidden;

I’ll be shipping it soon! Try my OS out at https://nicholas1023.github.io/Nicholas-OS/!

Here’s a demo video of the installer installing hackclub.com as an app!

0
4

Comments 0

No comments yet. Be the first!