# webviewuploadimage **Repository Path**: liuande/webviewuploadimage ## Basic Information - **Project Name**: webviewuploadimage - **Description**: webview上传图片demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-12 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uploadimage A (Android Studio Module) demo for showing how a Android WebView uploads image files from gallery or photography acquiescently. I had tested it in several android devices whose system versions are from 4.2.2 to 6.0.1. It still doesn't work in some devices of Android Kitkat(4.4.4). And there are some resolvations you could consider: 1. User [Cordova](http://cordova.apache.org/) instead of System WebView. 2. Use JS to invoke native method of uploading files.