Chris Hannah
My little piece of the internet

Currently Listening

Using Workflow as a Site-Specific Browser

Michael Rockwell, over at Initial Charge write a piece about a really interesting way to give web apps a more native feel on iOS.

Firstly, he mentions Fluid, which is an application for macOS which lets you “convert” web apps into containers that run as normal apps:

On macOS, there’s an application available called Fluid, which lets you create site-specific web browsers. Many of us use web apps everyday and Fluid allows you to run them side-by-side with your native applications without being sequestered inside of a web browser. Fluid is a handy little tool that every Mac user should have in their arsenal.

I hadn’t heard of Fluid before, so I’m going to try this myself, but it’s not as good as his next suggestion for iOS:

To build these site-specific browsers, it just takes two simple actions — a URL action with the web app’s address and the Show Web Page action. When run, Workflow will open up the URL in a Safari View Controller, which gives you access to your action extensions alongside forward, back, and refresh buttons. From there you can give the workflow a name, set an icon color, and a glyph to fit the website or web application’s functionality.

So, he uses Workflow! It’s something I haven’t thought at all about before, but it makes sense. You can use the standard Safari View Controller inside Workflow, or you make partner it with apps like Sidefari, or maybe even add another layer to it with Opener.

I’ve actually just set one up myself to handle my the interface for this blog, which runs on Ghost.

Whether you use macOS or iOS, there’s a solution for you in this post!

Reply via Email