Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some app-to-web use cases to the explainer #263

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app_to_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Any browser on Android could implement this API. This proposal was inspired by S
* Support both clicks and views


Use cases such as the following would be supported:
* Ad view/tap within a native Android app or embedded webview, conversion within a native browser app (e.g. a browser's mobile app).
* Ad view/tap within a native Android app or embedded webview, conversion within a custom tab provider (e.g. Chrome Custom Tabs or other mechanisms).


## API changes


Expand Down