phonegap / phonegap-plugin-media-recorder

Apache License 2.0
14 stars 20 forks source link

Test MediaRecorder.requestData() on iOS less than 10.3 #6

Open macdonst opened 7 years ago

macdonst commented 7 years ago

The fetch command is only available as of iOS 10.3. Test on a iOS device running an earlier version of iOS 10. If it fails as I suspect it will we need to find an alternative.

Perhaps we should use a file input element.

<input id="file-input" type="file">
macdonst commented 7 years ago

We should test to see if we can create a Blob from a file input. Check out this gist:

https://gist.github.com/nolanlawson/62e747cea7af01542479

jcesarmobile commented 4 years ago

cordova-ios 6 no longer supports ios 10, so I think this can be closed