Hi
Im integrating a youtube video in my iPhone application. this thread describes how to integrate it (via a UIWebView), the warning message and the crash, but its unanswered. In my case the crash only happens from time to time (I think it could be when the user is too quick clicking on the "play" icon) so I want to wrap the error around a try catch and avoid the application from crashing.
Is it possible?
Where do I put the try catch statement? since I dont have control once the user is interaction with the UIWebView.
thanks in advance Gonso