iphone - How to show the response from server in webview -


i developing 1 application.in sending html java script code server using web view.and server giving response html.now want show response html in same web view.how t one.

if getting html in response can use

[webview loadhtmlstring:@"your response html string" baseurl:nil];


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -