Input file iOS 9 display issue

Input file iOS 9 display issue

Hello,

I have an issue on IOS 9 when I click on input type file when I build my app on phonegap but when I execute my code on safari then it works OK.

Attached the issue (on left safari browser on IOS 9 iphone 6s, on right phonegap build app on IOS 9 iphone 6s)

When i click on:

'<input type="file" name="myFile" accept="image/*;capture=camera" id="myFile">'

For information, it was working fine with jquery mobile 1.2 on phonegap, now I passed on jquery mobile 1.4.5 and it is not working anymore