I have created an browser-based application with the use of HTML & javascript, where some videos are embedded into it. Now to access the application even faster, we wish to access the videos from cache(if available) so as to avoid buffering when accessed by the end-user.
Constraints are : app is used mainly on iPhone / iPad through default Safari-browser and javascript/jQuery solution is needed so as to achieve the requirement ASAP. Also the video sizes are upto 22MB.
Is it possible to access such big videos to be managed by cache on iPad, can those be accessed from javascript or jQuery ?