Andrew Grieve created CB-8017:
---------------------------------

             Summary: Add proper support for <input type=file> for Android L
                 Key: CB-8017
                 URL: https://issues.apache.org/jira/browse/CB-8017
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
            Reporter: Andrew Grieve
            Priority: Minor


Android L includes a supported callback for showing the file chooser:

http://developer.android.com/reference/android/webkit/WebChromeClient.html#onShowFileChooser(android.webkit.WebView,
 android.webkit.ValueCallback<android.net.Uri[]>, 
android.webkit.WebChromeClient.FileChooserParams)

There's a good example implementation here:

https://github.com/GoogleChrome/chromium-webview-samples/blob/master/input-file-example/app/src/main/java/inputfilesample/android/chrome/google/com/inputfilesample/MainFragment.java




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to