We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to have the webview interact with a file I upload. However when I click on "Choose File" no window pop ups.
<input type="file"/>
Is there a setting in the BrowserWindow config I can use or anything like that?
Thanks!
The text was updated successfully, but these errors were encountered:
My workaround was to create a function on the sketch side of things and call that with pluginCall
Sorry, something went wrong.
That's a good workaround for now. We might be able to do something about when switching to the WKWebView (#50) using a WKUIDelegate
Is there any code examples for this workaround?
@mathieudutour do you have demo for this implement?
No branches or pull requests
I want to have the webview interact with a file I upload. However when I click on "Choose File" no window pop ups.
Is there a setting in the BrowserWindow config I can use or anything like that?
Thanks!
The text was updated successfully, but these errors were encountered: