Route prepared export policy through platform services
This commit is contained in:
@@ -643,6 +643,9 @@ Prepared-file writable target selection now also dispatches through
|
||||
`PlatformServices`, preserving the existing iOS temporary background-write path
|
||||
and Web data-path synchronous write path while removing those platform branches
|
||||
from `App::pick_file_save`.
|
||||
PPBR and MP4 export dialogs now ask `PlatformServices` whether prepared-file
|
||||
writes are used, so those dialog flows no longer spell local `__IOS__ ||
|
||||
__WEB__` branches for mobile/Web export handoff.
|
||||
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
|
||||
@@ -1697,7 +1700,7 @@ Results:
|
||||
recording cleanup dispatch, exported-image publish dispatch, persistent
|
||||
storage flush dispatch, document browse-root dispatch,
|
||||
native UI/window state save dispatch, prepared-file writable target dispatch,
|
||||
live asset/layout reload policy dispatch,
|
||||
prepared-file export-dialog policy 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