-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix readme.md and index.html for deferred-banner sample. (#868)
* Fix readme.md and index.html * Fix timing of readme.md * Respond to comments
- Loading branch information
1 parent
8afb0af
commit be345ab
Showing
2 changed files
with
12 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
App Install Banner User Response Sample | ||
Deferred App Install Banner Sample | ||
=== | ||
|
||
See https://googlechrome.github.io/samples/app-install-banner/useraction-banner/index.html for a live demo. | ||
See https://googlechrome.github.io/samples/app-install-banner/deferred-banner/index.html for a live demo. | ||
|
||
#### Directions | ||
|
||
#### Directions: | ||
* Install Chrome, or another browser that supports manifest. | ||
* Visit the demo page. | ||
|
||
* Install Chrome, or another browser that supports Service Workers and manifest | ||
* Visit the site over two separate days. | ||
* Or, more usefully, enable chrome://flags/#bypass-app-banner-engagement-checks | ||
|
||
On the second vist, you will see a message on the page that says the user either installed the app or dismissed the banner. | ||
The browser will trigger the install flow when you click the button. |