You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cannot be fixed with our current iframe based impl. But in the future, when we migrate to tauri 2, if we can embed web tauri webviews directly as the live preview surface, this is doable.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi I tried to use file picker to save to local file but it is not working with live preview due to following error:
Error saving file: DOMException: Failed to execute 'showSaveFilePicker' on 'Window': Cross origin sub frames aren't allowed to show a file picker.
https://github.com/orgs/phcode-dev/discussions/1844
Reproduction
No response
Expected behavior
No response
OS, Browser and Phoenix versions
all
logs or debug stack trace if any
No response
Additional context
This cannot be fixed with our current iframe based impl. But in the future, when we migrate to tauri 2, if we can embed web tauri webviews directly as the live preview surface, this is doable.
The text was updated successfully, but these errors were encountered: