Ionic PWA offline

Dear Ionic friends,

I have built an Ionic 3 PWA application.

I uploaded to my server and I opened on my phone with Chrome browser. It is working.

[ Earlier I made some Ionic app (Android platform). ]

My question:

How can I save my PWA on the phone (Chrome, Android)?

I would like to open the PWA app without internet connection

The user can play some similar offline game or he can see some presentation.

If I open with bookmark the Chrome search the PWA app on the net.

Thanks for your answer!

Bye,

Zsolt

I think I found the answer:

Chrome > Menu > Click ‘Add to shelf’ checkbox.

On Safari it’s ‘Add to home screen’.
To be offline you need an app cache manifest file… for now. Hopefully some point service workers will kick in.