WebView Insert / Modify Content dynamically
问题 In my application, i am using WebView to display the content, Now is it possible to modify the content dynamically, the requirement is something like this, i will get info from network and depending upon them i need to set the style/font/attribute or probably i need to append the new text when the connected device is not responding, So far i am using following code, -(void)modifyString:(NSString *)string{ [sourceString stringByAppendingString:errorString :string] } -(void)reloadPage{ [