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 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.