kortgat

Results 5 comments of kortgat

what I did (which is still in progress since im learning android Java for this) is to modify the onShowFileChooser() method of "platforms\android\CordovaLib\src\org\apache\cordova\engine\SystemWebChromeClient.java" add import: import android.provider.MediaStore; and changed the...

> @kortgat can you make a pr about it ? Unfortunately i still havent finished it to have a robust workin solution but will try to finish it and make...

Nice, but my problem is something like this should not have to be worked around, especially if you build pwa, android and ios. Im still learning the android functions in...

[SystemWebChromeClient.zip](https://github.com/apache/cordova-android/files/6980273/SystemWebChromeClient.zip) So I have a working cordova fix to enable camera for all input file fields, someone can refine it and do a PR if they want to but I...