Skip to content
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

Unable to download files from Mac webview, Windows works fine. Is this a Webkit issue or CHOC? #39

Open
Chesewip opened this issue Jan 8, 2024 · 1 comment

Comments

@Chesewip
Copy link

Chesewip commented Jan 8, 2024

I basically put in a webview inside a JUCE plugin for accessing certain parts of my website, one being downloading the newest version of the plugin. (There's plenty of other ways I can do this so this is not a breaking issue). But as the title says, on windows the download works as expected, where as on mac, nothing happens.

I wasn't sure if this is a webkit issue or something CHOC handles. Looking online I see some similar issues and I think it has something to do with a webkit callback.

https://stackoverflow.com/questions/73257062/how-to-download-files-from-inside-wkwebview-on-macos

@julianstorer
Copy link
Collaborator

Yes, there do seem to be some places where WebKit needs code to manually handle things like this - I recently added something like that to handle file choosers. I'm too busy to look into this at the moment, but if anyone wanted to have a go, I could help review etc..

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