App crashes when using input type=file in ios 10

Hi,
I have just updated the phone to ios 10. as soon as I touch the input type=file button, app crashes. It works fine on older version.
I use this button with ng-file-upload library to allow user to upload the images to the server.
Any help will be appreciated.

Thanks in advance.

Have you found a solution ? I have the same problem right now … Thank you !

UPDATE : I’ve found solution with this : Input type=“file” not working on ios 10 os

I’ve just add to info.plist :
privacy - Photo Library Usage Description
privacy - Camera Library Usage Description

And it’s work like a charm, perfect ! :slight_smile: