Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
IOS
Description
Reading a 3MB file with File.readAsArrayBuffer() takes approximatly 5 seconds!
Is there anything that we can do to improve performance for this? (I'm not expecting to read a 3 MB file in 10ms, but something below 0.5 seconds).
If needed I could also provide a small testcase app.