Thanks Shan,
Your code did the trick. For those that are curious, the reason the code I posted above didn't work was because I never assigned a webView delegate, so there was nothing handling the screen touches. Simply setting webView.delegate = self; fixes the problem. Thanks again!
-dan
|