We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbf247 commit 344915fCopy full SHA for 344915f
.github/workflows/docs.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install dependencies
54
run: |
55
uv pip install -e .
56
- uv pip install --group docs
+ uv pip install --group all
57
58
- name: Deploy to GitHub Pages
59
run: uv run mkdocs gh-deploy --force
src/flet_webview/webview.py
@@ -315,7 +315,7 @@ async def get_current_url_async(self) -> Optional[str]:
315
316
Returns:
317
The current URL that the WebView is displaying or `None`
318
- if no URL was ever loaded.
+ if no URL was ever loaded.
319
320
Note:
321
Works only on the following platforms: iOS, Android and macOS.
0 commit comments