TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Play Store Now Open for Progressive Web Apps

256 pointsby jbuildover 6 years ago

11 comments

osrecover 6 years ago
One of the wonderful things about a PWA is that it is so freeing (no app store gods to appease for approval etc etc). I&#x27;m a little afraid that putting PWAs in an app store may actually reduce the flexibility they offer by restricting what PWAs can and can&#x27;t do. Then again, an app store may be a necessary to allow PWAs to diffuse into mainstream usage.<p>Personally, I am looking forward to the day PWAs are considered on par with native apps by the general populace. I think we&#x27;re getting there in terms of functionality and flexibility - I run <a href="https:&#x2F;&#x2F;usebx.com&#x2F;app" rel="nofollow">https:&#x2F;&#x2F;usebx.com&#x2F;app</a> 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&#x27;s a single code base that runs on desktop, mobile or tablet.<p>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 <i>really</i> 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.
评论 #19060965 未加载
评论 #19060265 未加载
评论 #19063017 未加载
评论 #19060501 未加载
评论 #19062260 未加载
评论 #19061867 未加载
评论 #19062904 未加载
评论 #19060805 未加载
评论 #19060652 未加载
评论 #19060389 未加载
评论 #19060277 未加载
评论 #19063137 未加载
int_19hover 6 years ago
It&#x27;s amusing that Microsoft is still the one embracing PWAs most - Win10 app store allows to publish them directly (you have to upload a package, but all that package contains is the URL for the actual app, and name and icon for the store). But then there&#x27;s also Bing PWA crawler which finds and adds existing apps.<p>It&#x27;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...
评论 #19061603 未加载
评论 #19062493 未加载
75dvtwinover 6 years ago
Will the developer need to give 30% of the progressive app price to Google (if it is in the play store)?<p>sorry in advance, if this has already been mentioned somewhere.
评论 #19059996 未加载
评论 #19060057 未加载
评论 #19059997 未加载
评论 #19060195 未加载
abrowneover 6 years ago
&gt; TWAs work only with Chrome today, but the API might be also cloned by other browsers, such as Samsung Internet, Edge or Firefox in the future.<p>It&#x27;s too bad it&#x27;s Chrome-only now. But very good that using another engine is even <i>possible</i>.
thinkingemoteover 6 years ago
Can a user have as much control over a PWA as it&#x27;s running in a browser instance compared to loading the site in regular Firefox mobile?<p>In other words are PWA a way for people to write and run web apps but making sure the user can&#x27;t run adblockers?
评论 #19062107 未加载
评论 #19060455 未加载
jameslkover 6 years ago
PWAs along with Web Payments and WebAssembly seems like it will make big changes to the way the web works. It&#x27;s blurring the line with web and native even further.
评论 #19060949 未加载
sandGorgonover 6 years ago
There has been a production TWA in the Play Store for a while now - <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.google.android.apps.mapslite" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.google.and...</a><p>Works brilliantly.
评论 #19062122 未加载
jadboxover 6 years ago
Is there a way for me to tell TWA to then tell Chrome to report itself different in the meta data? There are services that I use that do not work properly when the source identifies itself as a mobile browser. Currently with Cordova, you have have it change the headers on all requests to report a different browser OS.
tonethemanover 6 years ago
This is cool but I tried yesterday to figure out what was going on in the samples and it still super green.<p>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.<p>Hopefully over time they will get the process worked out.
z3t4over 6 years ago
It would make a lot of sense to use Node.JS as a backend service for your web app, instead of a Java app. It&#x27;s much easier for a web developer to use JavaScript then to learn Java, or Objective C. The API would be implemented with Node.JS modules.
burtonatorover 6 years ago
This is actually huge news. I&#x27;m really excited about this!<p>I&#x27;m the author of a document management and annotation platform named Polar:<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;</a><p>I&#x27;m working on the web+mobile version built on Firebase.<p>The PWA should be straight forward but don&#x27;t want to have to build another mobile app for it.<p>With PWA this is going to be 100x easier.<p>Additionally, the Play Store is a major source of new users.<p>One of the things most independent app developers don&#x27;t think about is distribution.<p>Being in the Play Store means people have another chance to find your app!
评论 #19062636 未加载