Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 7 of 7 total
Thread new Post - create a PWA, a Progressive Web App which runs like a local app.
Fri, Mar 21 2025 5:01 PMPermanent Link

erickengelke

Avatar

Now it's super-easy to write a PWA for EWB.

Create programs people can have on their desktop, laptop, tables and many phones.

Full source code is provided at the bottom of the post.

https://www.erickengelke.com/posts/post60.html

Post here if you have questions.  Most questions appear to be OS specific, and it may take a community effort to answer them.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Fri, Mar 21 2025 8:53 PMPermanent Link

erickengelke

Avatar

erickengelke wrote:
> Post here if you have questions.  Most questions appear to be OS specific, and it may take a community effort to answer them.

I've added a "install" button which shows for Chrome and certain other browsers, simplifying installation.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Sun, Mar 23 2025 1:12 AMPermanent Link

Bruno Larochelle

Thanks Erick, this will come in handy!

I did try your install, and it all works fine.

Note that your URL link appears to be incorrect. It should be "https://www.eng.uwaterloo.ca/~erick/pwa/" as on the image.

.. Bruno


erickengelke wrote:

erickengelke wrote:
> Post here if you have questions.  Most questions appear to be OS specific, and it may take a community effort to answer them.

I've added a "install" button which shows for Chrome and certain other browsers, simplifying installation.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Sun, Mar 23 2025 8:17 AMPermanent Link

erickengelke

Avatar

Bruno Larochelle wrote:

> Thanks Erick, this will come in handy!

Glad to hear.

>Note that your URL link appears to be incorrect. It should be "https://www.eng.uwaterloo.ca/~erick/pwa/" as on the image.

I've updated the page.  The tilde (~) gets removed by the editor/converter when it converts to HTML.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Mon, Mar 24 2025 11:30 AMPermanent Link

Eivind

erickengelke wrote:

erickengelke wrote:
> Post here if you have questions.  Most questions appear to be OS specific, and it may take a community effort to answer them.

I've added a "install" button which shows for Chrome and certain other browsers, simplifying installation.

That worked very well! I tried to implement it yesterday and it looks very good on iPhone at least. For your information, the "install" button does not work on ios, but after reading a bit about it, it is not possible from what I can find out.

Br
Eivind
Mon, Mar 24 2025 2:01 PMPermanent Link

erickengelke

Avatar

Eivind wrote:

erickengelke wrote:

>> I've added a "install" button which shows for Chrome and certain other browsers, simplifying installation.

> That worked very well! I tried to implement it yesterday and it looks very good on iPhone at least. For your information, the "install" button does not work on ios, but after reading a bit about it, it is not possible from what I can find out.

Apparently, Apple doesn't like PWAs, so yes they do not include easy installation, and you cannot market a PWA on the Apple store like you can the Google store (for a fee).   

I read, but have not confirmed, that Apple prohibits Chrome and other browsers from supporting PWAs on iOS.

BTW, the best PWA I've used is www.photopea.com, which is a mostly complete free clone of Adobe's Photoshop.  Highly recommended.

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Wed, Apr 23 2025 6:31 AMPermanent Link

Ralf Mimoun

Wow, thanks!
Image