I have been researching this topic for a while but have come across no specific answers. I am attempting to insert a set of videos into a Web SQL Database on a site I'm developing. The issue I have is the videos that memory amounts to 300Mb+ and the cache limit for iOS is 50Mb. What does this 50Mb limit apply to, is it: the domain, the browser or the device? If it's the domain, a workaround (this is only for investigation purposes) could be to download 50Mb of video data to the DB, go to a different domain, then download 50Mb etc. If it's the device or browser then I'm stuck on 50Mb.
Any answers would be good for my investigation.
** EDIT ** I have minus points but can I stress again this is purely for investigation, R&D!
Thanks
Chris