-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new API * Implement for Android * Implement for Linux * Implement for Windows * Update API to take a Url instead of String * Implement for MacOS/iOS * Android fixes * Add change file * Address feedback * Update change file * Update src/webview/mod.rs Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * Change method name * Goodbye navigaation started handler * Update src/webview/webview2/mod.rs Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> * Fix the android build * Fix memory leak and refactor wkwebview navigation handlers * Fix clippy lint and change public API * unify on page load handlers * fix macos * fix cast * return directly --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
- Loading branch information
1 parent
7631c68
commit 7a353c7
Showing
9 changed files
with
281 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wry": "minor" | ||
--- | ||
|
||
Add `WebViewBuilder::with_on_page_load_handler` for providing a callback for handling various page loading events. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.