0

My webView is Interactive Meeting Room and it has UIButton to book the room. But as I mentioned in the title After Continuous Running Say 5 hours I was unable to book the room because web view is Unresponsive. My code is...

NSString *urlstr=[NSString stringWithFormat:@"My url"];
NSURL *url=[NSURL URLWithString:urlstr];
NSURLRequest *request=[NSURLRequest requestWithURL:url];
[self.myWebView loadRequest:request];
[self.myWebView setDelegate:self];

It is in iOS9,xCode 7.

vien vu
  • 4,277
  • 2
  • 17
  • 30

0 Answers0