Posts tagged with "ios"

7 posts found

Turning a Webpage into a Basic iOS App

2 min read

iOS applications for the most part end up being an entry point based on intent. Sometimes these tasks are isolated to a webpage (in the form of an application) and have no native iOS application. Read how we can turn a webpage into a basic iOS application to reduce friction and improve focus to handle intents.

Using URL Scheme Links in Notion

3 min read

URL Schemes provide powerful ways to integrate applications together in the Apple Ecosystem. Notion, unfortunately, doesn't allow these URL Scheme links, as they are not 'valid' URLs. We can work around this by using a URL shortener to do some redirection.

Custom Notion iOS Widget

2 min read

Notion has recently released iOS widgets, however, they are limited in functionality. In this article, I present my custom Notion iOS widget that has a unique set of features. This widget is built using iOS Shortcuts, the Scriptable application, and a notion-py server.

Guided Access on iOS - A Hidden Gem

4 min read

Guided Access is a great feature in iOS that limits the device to only show a single application with customizable restrictions. The ease of enabling/disabling a Guided Access session, opens up a lot of easy use cases that you might want to try it.