sketch-module-web-view
sketch-module-web-view copied to clipboard
Is it possible to have file picker dialog show up?
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!
My workaround was to create a function on the sketch side of things and call that with pluginCall
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?
That's a good workaround for now. We might be able to do something about when switching to the WKWebView (#50) using a WKUIDelegate
@mathieudutour do you have demo for this implement?