-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[webview_flutter] Add NavigationDelegate and onWebResourceError
* The NavigationDelegate handler decides how to handle navigation actions * When the handler is null, all navigation actions are allowed * Implement the onWebResourceError callback to report web resource loading error * The callback's error codes use ones provided by lightweight-web-engine on tizen Signed-off-by: Seungsoo Lee <seungsoo47.lee@samsung.com>
- Loading branch information
1 parent
42b63f8
commit 04b3def
Showing
3 changed files
with
190 additions
and
9 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
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