Dynamic Height WebView from Static HTML in React Native Expo

Let's say your app is consuming rich text content from an API. That content is returned via a get request and returns a response that is a plain-text string of HTML content. How would you display that content in your app? Rather than write a whole HTML parser, utilizing a WebView is an excellent choice … Continue reading Dynamic Height WebView from Static HTML in React Native Expo

Push Notifications in Safari iOS Progressive Web Apps

https://www.youtube.com/watch?v=zjRoT6IIFE4 June 2024 Chicago JS Meetup where I discuss Push Notifications in iOS PWAs Push Notifications aren't new - mobile apps have had them since 2009, almost as long as modern smart phones have been around! Since, push notifications have expanded to the "traditional" web, and even smart speaker apps. For web developers interested in … Continue reading Push Notifications in Safari iOS Progressive Web Apps