add: preload scripts (#6)

This commit is contained in:
elm
2025-08-19 19:54:19 +09:00
committed by GitHub
parent 1d3512c6b8
commit 6031e1c9d4
6 changed files with 182 additions and 52 deletions

View File

@@ -1,5 +1,9 @@
## Unreleased
### Features
- Added `PreloadScripts` component for specifying JavaScript to be executed when the page is initialized.
### Bug Fixes
- Fixed so that webview can detect pointers correctly even if it is not the root entity.