Skip to content

Commit

Permalink
Update change file
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutchins committed Jun 28, 2023
1 parent 7a7dcfa commit 1f7a09e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .changes/on-load-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
"wry": "minor"
---

Add `WebViewBuilder::with_on_load_handler` for providing a callback on page load.
Add `WebViewBuilder::with_on_page_navigating_handler` for providing a callback when a page start to navigate to a new page.
Add `WebViewBuilder::with_on_page_loading_handler` for providing a callback when a new page starts to load.
Add `WebViewBuilder::with_on_page_loaded_handler` for providing a callback when a page load is complete.

0 comments on commit 1f7a09e

Please sign in to comment.