Skip to content

Commit

Permalink
πŸ“– amp-consent fullscreen restriction documentation (#26487)
Browse files Browse the repository at this point in the history
* Added documentation

* Updated based on warning

* remove warning doc

* Update integrating-consent.md
  • Loading branch information
Micajuine Ho committed Feb 12, 2020
1 parent 9ed4eb2 commit 15e62b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-consent/integrating-consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ window.parent.postMessage(
);
```

Action `'enter-fullscreen'` requests the AMP runtime to expand the iframe to fullscreen.
Action `'enter-fullscreen'` requests the AMP runtime to expand the iframe to fullscreen. `amp-consent` will only allow the iframe enter fullscreen if it detects user interaction with the iframe (e.g. clicking on the iframe).

#### Informing Consent response

Expand Down

0 comments on commit 15e62b8

Please sign in to comment.