react-native-webview/android/src/main
Ryan Linton 803a3b095b fix(Android <input />): Support file extensions in file input accept attributes (#357)
The current implementation doesn't support a list of file extensions in the accept attribute (e.g. `<input type="file" accept=".jpg, .png">`) while that is a valid value per the HTML spec. I've updated the implementation to convert any file extensions to mime types before we set the type(s) on the intent to rectify the issue. In addition I've updated the `acceptsImages` and `acceptsVideo` methods to handle file extensions as well.
2019-02-28 22:12:27 +01:00
..
java/com/reactnativecommunity/webview fix(Android <input />): Support file extensions in file input accept attributes (#357) 2019-02-28 22:12:27 +01:00
res/xml feat(Android): Support Android file upload (#60) 2018-11-21 11:46:43 +01:00
AndroidManifest.xml feat(Android): Support Android file upload (#60) 2018-11-21 11:46:43 +01:00