Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am developing webview application with android for my own site. I have module for uploading the photos to the site, So i have a "Choose file" button in the site whichis not able to click when it is been called from webview. It works well and good in browser. Any solution to fix this problem. Thanks in advance.

share|improve this question

1 Answer

Though it has been a long time since asked, I will try to give a more comprehensive answer than what I found around the web.

Possible solution for you is: File Upload in WebView

However, I found this article useful as well: File upload in through WebView on Android

The problem is caused by an undocumented magic method onFileChooser that is not available as an @override, but works fine once you add it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.