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!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.