10000 How to enable file dialog? · Issue #374 · OutSystems/WebView · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How to enable file dialog? #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
a6754z opened this issue Dec 3, 2024 · 1 comment
Open

How to enable file dialog? #374

a6754z opened this issue Dec 3, 2024 · 1 comment

Comments

@a6754z
Copy link
a6754z commented Dec 3, 2024

I have a website including file downloading functionality, but it got the below error:

[1203/181927.510580:ERROR:file_dialog_manager.cc(421)] Default dialog implementation is not available; canceling the file dialog

Is there any way to enable default file dialog or how can I implement my own file dialog?

Thank you.

@Novack
Copy link
Novack commented Apr 17, 2025

I was also exited to finally find WebView... Sample is working, web rendering looks good, everything works fine and at the last minute... bam: no file dialog available in linux 🤦‍♂
The pain :)

Found some data in the cef project, it seems we're in bad luck :/ chromiumembedded/cef#3525 (comment)

Default file dialogs are not available with the Alloy runtime on Linux. You need to either implement CefDialogHandler (like in cefclient) or use the Chrome runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0