how to use webkit framework in cocoa touch?
i wanna use webkit framework in my app to implement web page show.
now first i wanna user NSURLConnection
connection me开发者_开发知识库thod to get the requst data.
then i use a webView loadData:urlData
the push the data to the webview show.
now debug in this method
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType
find open a new url request like url = about:blank
in the webview delegate.
i dont know why can open a new blank url request during this requst.
who can tell me why? thanks
精彩评论