react-native-webview/android
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
..
src/main fix(Android <input />): Support file extensions in file input accept attributes (#357) 2019-02-28 22:12:27 +01:00
build.gradle fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView 2019-02-01 22:04:11 +01:00
gradle.properties fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView 2019-02-01 22:04:11 +01:00