Yes, you are right. I tried it in lolipop and did the same thing. Is there some specific need for using the file input? Can I get a little more background? What are you doing with the image or image URI?
You could use the cordova-camera plugin to get the image and store the image uri in a hidden input field. I have done this with great success.
We already build it with plugins. But our manager wanted it to be build with standard HTML.
We like to have file selection + image capture. (just like in the browser… !)
So there are we are at now.
Perhaps it is a limitation of the enclosing webbrowser control at the java side? Could we fix it there?