It helps a lot that various libraries in the ecosystem compose well. Just snapping together ProseMirror, Yjs and Y-Sweet gave me a collaborative rich…
There are 28 contents with this tag:
It helps a lot that various libraries in the ecosystem compose well. Just snapping together ProseMirror, Yjs and Y-Sweet gave me a collaborative rich…
David Rubino
How can Firefox create the best support for web apps on the desktop?
we’re taking a fresh look at Progressive Web Apps (PWAs), which have long been a top request from our Mozilla Connect community. Today I want to share…
Web Push on iOS - 1 year anniversary
Web Push on iOS requires users to find a hidden feature and perform a bunch of steps to install a website to the home screen. Whatever the motives…
Is it worth it maintaining a #TWA version of my responsive puzzle game esviji in Google Play Store?
https://play.google.com/store/apps/details?id=com.esviji.twa
Google requires periodic “artificial life support” to check the app is still relevant: API version update, app links from websites, developer account, etc.
The #PWA version has been available and installable on its own domain for years,
without any required maintenance:
Desktop progressive web applications
Sit with that for a second, you can write a desktop application with no tooling, launch it from your phone to the internet for free, and seconds later…
Who still thinks writing a Service Worker for basic features (performance with cache, offline fallback) is cumbersome?
Using #Workbox recipes make it so easy!
Here's the Service Worker for https://pack11ty.dev 😍
https://github.com/nhoizey/pack11ty/blob/main/src/assets/js/service-worker.js
With push notifications in mobile Safari, the arguments for making proprietary apps get weaker. That’s good. Yeees! 🥳 But… there's a big "but" in…
How do you test a service worker, anyway?
if you're writing a service worker from scratch, if you're using one of Workbox's more exotic plugins or custom strategies, or if your service worker's…
Maximiliano Firtman
This is a compatibility list of supported features on Safari on iOS and iPadOS vs. what's available in the most used PWA browser in current market…
Looks like (someone at) Apple started working on the Push API for webkit! 😲
https://bugs.webkit.org/show_bug.cgi?id=231008
Let's hope we'll get this in iOS soon, as it's one of the main motivations for some clients to continue to go native instead of PWA. 🤞
I HATE that PWA installed on macOS are so tied to the browser app launch and shut down!
Relevant bugs to star to rise priority:
Look, #esviji is now in the @windowsstore! 🎉
https://www.microsoft.com/en-us/p/esviji/9n77wvv83x54
It was pretty easy with the great help of the @pwabuilder team, thanks for that. 🙏
And thanks @Microsoft for believing in PWAs. 👍
there is currently no plan for PWA support in Firefox
😱😥😭
Do anyone know why Google made it mandatory for #PWA icons to be PNG, not JPEG or other?
This is what #Lighthouse requires, but I couldn't find any docs about this. #MDN says other formats are fine.
Maximiliano Firtman
Is the Phone Gap closed in 2020?
Following Adobe announcing the end of development for PhoneGap and PhoneGap Build, Maximiliano Firtman looks at what PhoneGap provided, and what it…
Adobe PhoneGap
Update for Customers Using PhoneGap and PhoneGap Build
Since [PhoneGap]’s beginning in 2008, the market has evolved and Progressive Web Apps (PWAs) now bring the power of native apps to web applications.…
Apple’s attack on service workers
After the link to Aral's post yesterday, some details in this post from Jeremy Keith. This is not a minor change. This is a crippling attack on service…
deleting all local storage (including Indexed DB, etc.) after 7 days effectively blocks any future decentralised apps using the browser (client side)…
Would you like to be able to control when a #PWA is updated on your device?
It would be useful for example to prevent consuming too much data in roaming, like I often do with native apps.
Weigh in! https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/217
Now that I use #Rollup to generate my Service Worker with #Workbox in #Eleventy, I guess I should try to remove #Webpack from #JavaScript assets bundling… 😅
Tried to write a fresh new Service Worker with #Workbox 5 and #Rollup (first time ever), almost copy/pasted from what @jeffposnick did in https://github.com/GoogleChromeLabs/so-pwa but I get a strange error reporting mixed content… 😥
Martin Kleppmann, Adam Wiggins, Peter van Hardenberg and Mark McGranaghan
I talk a lot about POSSE these days, but it's mainly about content, not applications. For them, it is often difficult to host a solution yourself,…
Stéphanie Walter
The Ultimate Guide to Not Fucking Up Push Notifications
Awesome article about everything you have to take into consideration when planning to use Push notifications. For the sake of ** sick ** growth hacking,…
Paul Kinlan
Inter-app communication is one of the major missing pieces of the web platform, and specifically one of the last major missing features is native…
Your Site—Any Site—Should be a PWA
PWAs don’t require you use a particular JavaScript framework or any JavaScript framework at all. You don’t need to be building a Single Page App either.…
Maximiliano Firtman
Is there a cold war between Android and Chrome because of PWAs?
I think there is a silent war between Android and Chrome, and the first one seems to be ahead. PWAs on Android could have a much better experience,…
How much data should my Service Worker put upfront in the offline cache?
I love when Web site/apps work even when I'm offline. I've made my SVG game esviji work offline thanks to appcache just after attending Jake Archibald conference about why Application Cache is a Douchebag during the 2012 edition of the Paris Web conference. Fortunately, we have now Service Workers (in some browsers), which gives us more control over this kind of cache for offline browsing. But as Uncle Ben says, “With Great Power Comes Great Responsibility”.
See all tags.