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 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 :)
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.
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.
The text was updated successfully, but these errors were encountered: