Commit 8c99815
committed
Refactor project structure and enhance demo application
- Migrate existing demo to `webview.demo` and modularize navigation controls.
- Introduce `DemoTopBar` with extended navigation capabilities (e.g., stop, reload, home, tools toggle).
- Add `DemoRequestInterceptor` and handlers (e.g., `Echo`, `AppInfo`, `SetCookie`) for customizing WebView behavior.
- Remove deprecated implementations and simplify main application entry point.1 parent d90baa8 commit 8c99815
45 files changed
Lines changed: 3755 additions & 469 deletions
File tree
- demo
- src/jvmMain
- kotlin/io/github/kdroidfilter
- composewebview
- webview/demo
- resources/assets
- gradle
- wrywebview-compose
- src/jvmMain/kotlin/io/github/kdroidfilter
- composewebview
- webview
- cookie
- jsbridge
- request
- setting
- util
- web
- wrywebview
- src/main
- java/io/github/kdroidfilter/webview/wry
- kotlin/io/github/kdroidfilter/webview/wry
- rust
- platform
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 0 additions & 191 deletions
This file was deleted.
0 commit comments