Skip to content

Commit 7106409

Browse files
committed
Added webview bootstrap to doc
1 parent 095921d commit 7106409

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/source/buildoptions.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@ yet have one.
9393
features of the Pygame one. It is under active development to fix
9494
these omissions.
9595

96+
webview
97+
~~~~~~~
98+
99+
You can use this with ``--bootstrap=webview``, or simply include the
100+
``webviewjni`` recipe in your ``--requirements``.
101+
102+
The webview bootstrap gui is, per the name, a WebView displaying a
103+
webpage, but this page is hosted on the device with Python. For
104+
instance, your Python code can start a webserver with a Flask
105+
application, and your app will display and allow the user to navigate
106+
this website.
107+
108+
96109
pygame
97110
~~~~~~
98111

0 commit comments

Comments
 (0)