JJGWebView
JJGWebView copied to clipboard
UIWebView class and example implementation for iOS Applications
When the web view is loading, there should be a 'stop' button (an X), and when tapped, it stops loading and calls webviewdidfinishloading (or something similar). That way the other...
I am trying to see if I can implement the "Copy" functionality in UIWebView, so I modified your code to insert "Can performActionWithSender" code. However, I noticed that it is...
In my Catholic News Live app, I basically redid a few things that I inherited from JJGWebView, but I didn't push those changes back upstream. I need to do that...
Instead of having the activity indicator in the center of the toolbar at the bottom, have it replace the 'Refresh' button when the webview is loading/reloading. This is how Twitter's...