Route document browse roots through platform services
This commit is contained in:
@@ -643,6 +643,9 @@ Canvas image export publishing and explicit persistent-storage flushes now
|
||||
dispatch through `PlatformServices` too, preserving iOS photo-library export
|
||||
publication and WebGL filesystem sync behavior in the legacy adapter while
|
||||
removing those direct platform calls from `Canvas` and brush preset storage.
|
||||
Document-browser search root selection now dispatches through
|
||||
`PlatformServices`, preserving the iOS `Inbox` root in the legacy adapter while
|
||||
removing the iOS-specific branch from `App::dialog_browse`.
|
||||
`App::show_cursor`, `App::hide_cursor`, `App::showKeyboard`, and
|
||||
`App::hideKeyboard` now dispatch through the active service without local
|
||||
platform guards; unsupported platforms rely on their service no-op behavior.
|
||||
@@ -1684,7 +1687,8 @@ Results:
|
||||
lifecycle dispatch, render-target binding dispatch, render platform hint
|
||||
dispatch, render debug callback dispatch, render-capture frame hook dispatch,
|
||||
recording cleanup dispatch, exported-image publish dispatch, persistent
|
||||
storage flush dispatch, live asset/layout reload policy dispatch,
|
||||
storage flush dispatch, document browse-root dispatch,
|
||||
live asset/layout reload policy dispatch,
|
||||
diagnostic hook dispatch, per-frame platform hook dispatch, picker callback
|
||||
dispatch, and prepared-file save/download callback dispatch. The live Windows
|
||||
app now
|
||||
|
||||
Reference in New Issue
Block a user