This is on iOS. In the success function I'm saving the media to the filesystem which seems to take a couple of seconds. This holds up being able to take the next picture. Is there a way I can push the saving of the media into an async call?
↧
This is on iOS. In the success function I'm saving the media to the filesystem which seems to take a couple of seconds. This holds up being able to take the next picture. Is there a way I can push the saving of the media into an async call?