1c1fba0c0f
* fix(macos): place fresh windows correctly - Separate restored, explicit, and default window placement from persistence policy. - Honor explicit origins and restore policy across platform seams and both macOS hosts. - Add placement coverage, update docs, and remove obsolete example workarounds. * fix(macos): honor window placement policies * fix(macos): correct window placement policies * fix(macos): preserve window placement contracts * fix(runtime): restore secondary window placement
Native SDK native-panels example
This example shows native panels composed around WebView content:
- A native
splitbody with a fixed sidebar and fill WebView pane. - A native
stackof search, segmented, checkbox, toggle, and button controls. - A WebView bridge call that lists the composed native view tree.
Run with the system backend:
zig build run -Dplatform=macos -Dweb-engine=system
Run the headless test path:
zig build test -Dplatform=null