A simple snippet project to help you understand how to handle file upload in android devices with webview.
Hello, You can help keep this project updated, just with a small donation.
A single cup of coffee would be fine :)

11 |
12 | Os-FileUp: WebView based project to help android developers understand how to upload and process images/videos for any hybrid app. This project explains the usage of gallery and camera intent.
13 |
14 | ## Getting Started
15 | This project contains android application build files, that you can download and use directly with latest Android Studio. Follow further steps to get started in your personalised environment.
16 |
17 | ### Requirements
18 | Minimum Android API 16+ (4.1 JellyBean) SDK *(it works fine but looks kinda ugly in JB)*.
19 | You can use any IDE of your choice but to be specific, I used latest Android Studio *(till the last project update)* with updated SDKs and Builds.
20 |
21 | ### Test Run
22 | Just putting these basic steps to help starters:
23 | 1. `File > Open` choose project folder and let android studio download supportive libraries.
24 | 2. `Build > Clean Project` and `Build > Rebuild Project`
25 | 3. If everything goes alright, you can start testing
26 | 4. In case or any error, check Build and Logcat tab for details
27 |
28 | ### Permissions
29 | Followings are permissions required for all the mentioned features to work.
30 | ```xml
31 |