Commit graph

8 commits

Author SHA1 Message Date
burhankhanzada
51b52487ab fix: Url bar not updating when user input something but dosent hit enter or go button then navigation links from webview 2025-12-09 15:15:09 +01:00
burhankhanzada
325ff2836b fix: drawing behind status bar on android 2025-12-09 15:15:09 +01:00
Burhan Khanzada
e01af64ac2
servo: Prepare for usage docs (#10121)
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
autofix.ci / ci (push) Blocked by required conditions
* refactor: Consolidate Servo initialization and event handling into a new `webview` module.

* [autofix.ci] apply automated fixes

* refactor: Move webview-related modules into the `webview` directory and update all internal import paths.

* refactor: move servo field to inner struct and add direct accessor

* docs: Add docs for webview module

* docs: Change webview module to public and improve example in docs

* [autofix.ci] apply automated fixes

* docs: Improve example in docs

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-21 11:45:18 +01:00
Burhan Khanzada
164b58ab46
servo: Improve Code (#10119) 2025-11-19 17:38:17 +01:00
burhankhanzada
1d6ed559b6 Improve load url api 2025-11-07 12:32:25 +00:00
burhankhanzada
9ad155e69a Get app theme 2025-11-07 12:32:25 +00:00
burhankhanzada
0c3f10f80d Added theme change 2025-11-07 12:32:25 +00:00
Burhan Khanzada
5d3a024fce
Added servo webview example in examples
Added servo webview example in examples and be related to issues #8735 and #3930
2025-10-29 12:57:50 +01:00