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
Is your feature request related to a problem? Please describe.
I am trying to open a folder pick dialog using CefBrowser.runFileDialog() but am missing the option to select a folder instead of a specific file.
Describe the solution you'd like
Implement the CefDialogHandler.FileDialogMode.FILE_DIALOG_OPEN_FOLDER-Option which is already available in CEF as far as I am aware.
Describe alternatives you've considered
Using the showDirectoryPicker() JavaScript-Method but this does not return the absolute path.
Is your feature request related to a problem? Please describe.
I am trying to open a folder pick dialog using
CefBrowser.runFileDialog()
but am missing the option to select a folder instead of a specific file.Describe the solution you'd like
Implement the
CefDialogHandler.FileDialogMode.FILE_DIALOG_OPEN_FOLDER
-Option which is already available in CEF as far as I am aware.Describe alternatives you've considered
Using the
showDirectoryPicker()
JavaScript-Method but this does not return the absolute path.Additional context
The text was updated successfully, but these errors were encountered: