We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095921d commit 7106409Copy full SHA for 7106409
doc/source/buildoptions.rst
@@ -93,6 +93,19 @@ yet have one.
93
features of the Pygame one. It is under active development to fix
94
these omissions.
95
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
109
pygame
110
~~~~~~
111
0 commit comments