by jbuild on 2/1/19, 7:37 PM with 78 comments
by osrec on 2/2/19, 12:37 AM
Personally, I am looking forward to the day PWAs are considered on par with native apps by the general populace. I think we're getting there in terms of functionality and flexibility - I run https://usebx.com/app which is a PWA, and my users are pretty happy with the functionality it delivers on all platforms. It also helped me launch with a smaller budget, since it's a single code base that runs on desktop, mobile or tablet.
The one thing I will add is that building a high-quality, performant PWA is significantly harder than building a native app - why? because you really need to understand the workings of modern browsers to squeeze native like performance, and unfortunately, in my experience, very few web developers have that depth of understanding. I have been building web apps for 20 years (I started young), but when I decided to build Bx as a PWA, I had to learn a lot to achieve the quality I desired.
by int_19h on 2/2/19, 5:02 AM
It's literally the reverse of early 00s, when Microsoft was entrenched with rich desktop GUIs, and everybody else was hoping that web apps would be the way out of that lock-in. And now iOS and Android are the rich UI lock-in...
by 75dvtwin on 2/1/19, 11:36 PM
sorry in advance, if this has already been mentioned somewhere.
by abrowne on 2/2/19, 12:05 AM
It's too bad it's Chrome-only now. But very good that using another engine is even possible.
by thinkingemote on 2/2/19, 12:58 AM
In other words are PWA a way for people to write and run web apps but making sure the user can't run adblockers?
by jameslk on 2/2/19, 1:17 AM
by sandGorgon on 2/2/19, 3:15 AM
Works brilliantly.
by jadbox on 2/2/19, 9:48 PM
by tonetheman on 2/2/19, 1:34 PM
It looks like you have to still write Android code to do this. There is a sample that has no code in it ... but it is not documented.
Hopefully over time they will get the process worked out.
by z3t4 on 2/2/19, 2:19 PM
by burtonator on 2/2/19, 3:19 AM
I'm the author of a document management and annotation platform named Polar:
I'm working on the web+mobile version built on Firebase.
The PWA should be straight forward but don't want to have to build another mobile app for it.
With PWA this is going to be 100x easier.
Additionally, the Play Store is a major source of new users.
One of the things most independent app developers don't think about is distribution.
Being in the Play Store means people have another chance to find your app!