From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- mobile/android/docs/geckoview/consumer/index.rst | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 mobile/android/docs/geckoview/consumer/index.rst (limited to 'mobile/android/docs/geckoview/consumer/index.rst') diff --git a/mobile/android/docs/geckoview/consumer/index.rst b/mobile/android/docs/geckoview/consumer/index.rst new file mode 100644 index 0000000000..2f50461a2f --- /dev/null +++ b/mobile/android/docs/geckoview/consumer/index.rst @@ -0,0 +1,36 @@ +.. -*- Mode: rst; fill-column: 80; -*- + +=============== +Using GeckoView +=============== + +Usage Documentation +=================== + +.. toctree:: + :maxdepth: 1 + :hidden: + + geckoview-quick-start + web-extensions + permissions + automation + +We are working on providing detailed usage documentation for all of +GeckoView’s most popular features. Here is what we have so far. + +- `GeckoView Quick Start Guide `__: Get + GeckoView up and running inside your application. +- `Interacting with Web Content `__: Writing Web + Extensions, running content scripts and interacting with Javascript + running in a web page. +- `Working with Site Permissions `__: Handling and + responding to requests from websites for permissions, such as + geolocation, storage, media etc. +- `Configuring GeckoView for Automation `__: Get GeckoView + set up on your automation system. + +If there is documentation that you feel is missing, or an existing +document doesn’t cover the aspect that you are looking for, please +request it by raising an issue on our `documentation +site `__. -- cgit v1.2.3