raae/pow-app

Remove newsletter prompt, add "save to home screen" prompt

Opened this issue ยท 10 comments

raae commented

Do this when #148 is done.

raae commented

It seems that the newsletter prompt is gone somehow anyway.

After the welcome prompt, there should be prompt letting people know they should save to home screen for a more app like experience. Maybe even a link to a support page on this, with a video or something.

All the code for this can be found in onboarding/Welcome, start by deleting newsletter stuff. Then replicate the welcomeCompleted code.

This is the welcome prompt I am talking about:

CleanShot 2020-10-09 at 07 13 36@2x

raae commented

Have you seen this one @olavea?

All the code for this can be found in

  • Onboarding/Welcome,
  • start by deleting newsletter stuff. Then
  • replicate the welcomeCompleted code.

Ideas:
"You should save to home screen for a more app like experience." Text from Glideapps?
Maybe even a link to a support page on this, with a video or something.

Questions:

raae commented

Look good so far.

I think there is a possibility to get a link that does it for us, not having to send them to a "how to article".

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen
https://web.dev/customize-install/

@raae

Question 1

Why is this old alert still here?

It should say "Add POW! To Your Home Screen ๐Ÿ˜บ๐Ÿ‘"

POW-old_alert-303 1

raae commented

Wrong page. The alert us the one that comes under today on the timeline page.

raae commented

I figured out why, you are reading the welcomeCompleted value into your addToHomeScreen variable. See pull request for inline comments.

I'll keep working on this, I have some ideas ๐Ÿ˜ธ ๐Ÿ‘
POW-1 Go away! 2 Empty? 3 What to do?-316

raae commented

I gave you some inline comments in the pull request, I will also link this issue to the PR you do the work in. See below.