Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

required support #279

Open
ksujitha18 opened this issue Mar 26, 2018 · 1 comment
Open

required support #279

ksujitha18 opened this issue Mar 26, 2018 · 1 comment

Comments

@ksujitha18
Copy link

I want to show the Add to home screen popup for first 3 times when the user hit my website. How can I manage the time and maxcount.

@JoeBerkley
Copy link

You'll want to pass options to where you are calling your addToHomscreen(); I believe the below will cover what you want.

addToHomescreen({
   skipFirstVisit: false,
   maxDisplayCount: 3
});```

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants