We gonna implement a hybrid App that uses built in Safari views (UIWebView) to handle some social stuff. We are to use some smart Javascript libraries to handle some UI stuff on the pages, and we don't want to load the libraries from the servers all the time.
Is it possible to pack some *.js into the application bundle, then access it during browsing? Hope you can understand my question.
If this "hybrid mode" works, maybe we could pack some common UI *.png-s, too.