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
I'm trying to get the full filesystem path of a FileSystemDirectoryHandle selected in the hosted web app. I followed the examples provided in the spec document. #3706
Observed behavior:
The AddionalObjects Array on the receiving side is empty or contains null entries.
Expected behavior:
AdditionalObjects contains the corresponding WebView2 or FileSystem API objects
The customer context is the modernization of a legacy app. The scenario requires offline access to files retrieved via a legacy authentication system that requires native code. All business logic and file operations are implemented as a modern PWA. The use case that requires the shared FileHandles is about opening the local files in the installed desktop application (Word, Excel, PowerPoint)
Importance
Important. My app's user experience is significantly compromised.
For the most accurate and up-to-date information, I recommend referring to the official WebView2 Documentation. The GitHub spec-docs provide a great starting point and historical context.
The customer context is the modernization of a legacy app. The scenario requires offline access to files retrieved via a legacy authentication system that requires native code. All business logic and file operations are implemented as a modern PWA. The use case that requires the shared FileHandles is about opening the local files in the installed desktop application (Word, Excel, PowerPoint)
What happened?
I'm trying to get the full filesystem path of a FileSystemDirectoryHandle selected in the hosted web app. I followed the examples provided in the spec document.
#3706
Observed behavior:
The AddionalObjects Array on the receiving side is empty or contains null entries.
Expected behavior:
AdditionalObjects contains the corresponding WebView2 or FileSystem API objects
The customer context is the modernization of a legacy app. The scenario requires offline access to files retrieved via a legacy authentication system that requires native code. All business logic and file operations are implemented as a modern PWA. The use case that requires the shared FileHandles is about opening the local files in the installed desktop application (Word, Excel, PowerPoint)
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
136.0.3240.50
SDK Version
1.0.2903.40
Framework
WinUI3/WinAppSDK
Operating System
Windows 11
OS Version
26100.3915
Repro steps
From Web to Native
JS code
CS code
From Native to Web
JS code
CS code
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: