I call loadData:MIMEType:textEncodingName:baseURL: to load content into a webview.
in webView:shouldStartLoadWithRequest:navigationType I have to return Yes, otherwise webview won’t diaplay the content.
but I already have the data, so i don’t need webview to really access baseURL.
what can i do?
I call loadData:MIMEType:textEncodingName:baseURL: to load content into a webview. in webView:shouldStartLoadWithRequest:navigationType I have to
Share
I finally found out the reason. I have an with blank src.