[ https://issues.apache.org/jira/browse/CB-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577824#comment-13577824 ]
Andrew Grieve commented on CB-2388: ----------------------------------- Thanks for point this out! I've applied a variation of your fix that doesn't use version checks (in case of other platforms that don't support Blob properly): https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=commit;h=5457654bd8eae50d0a851c75ed6619342a4b9867 I'm curious when you found the Blob creation to fail on iOS 6? > File Read Blob object test fails on iOS < 6.0 > --------------------------------------------- > > Key: CB-2388 > URL: https://issues.apache.org/jira/browse/CB-2388 > Project: Apache Cordova > Issue Type: Bug > Components: mobile-spec > Affects Versions: 2.4.0 > Environment: iOS > Reporter: Becky Gibson > Assignee: Andrew Grieve > Priority: Minor > Fix For: 2.5.0 > > > iOS 6 is required in order to support blob objects. The mobile-spec should > detect the environment and print a suitable message if the test fails due to > lack of support rather than just outputting the default failure message. > I'm not sure if there are issues with this test on other platforms or not? > The test that is failing: > File API read method should be able to read native blob objects > With the error: > TypeError: '[object BlobConstructor]' is not a constructor. > around line 3009 in file.tests.js. Note that there is a comment in the file > that indicates this will fail on Android <= 2.3 and iOS <= 5 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira