-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: cordova-ios@4.5.0, cordova-ios 4.5.0
-
Component/s: cordova-ios
-
Environment:
phonegap build, iOS 10.3.1, iPhone 6S
-
Flags:Important
Inputs cannot access video files because multiple file select is forced and videos are no longer being compressed before being selected.
To test:
- put a file input in any cordova demo application,
- select a video file (you will see multiple file select is forced)
- try access the file to check the size or get the content: size is 0, no content.