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

Is it possible to have file picker dialog show up? #58

Open
JonathanKolnik opened this issue Jun 7, 2018 · 4 comments
Open

Is it possible to have file picker dialog show up? #58

JonathanKolnik opened this issue Jun 7, 2018 · 4 comments

Comments

@JonathanKolnik
Copy link

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!

@JonathanKolnik
Copy link
Author

My workaround was to create a function on the sketch side of things and call that with pluginCall

@mathieudutour
Copy link
Member

mathieudutour commented Jun 18, 2018

That's a good workaround for now. We might be able to do something about when switching to the WKWebView (#50) using a WKUIDelegate

@pavel-martynov
Copy link

Is there any code examples for this workaround?

@michaeldong
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants