Is there any way to change the contents of uiwebview in iphone application? using div or.
My problem is that to add data to uiwebview at any time. Does he think this can be done by replacing the contents of the div?
You can change it as
[webview stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"document.getElementById('divtagId').innerHTML ='%@';",newContent]];
Source: https://habr.com/ru/post/1332327/More articles:Signal Processing in C - cHow to use WinHTTP library for authentication using keberos (Windows) - httpPlugin for Outlook to show sender image (in C #) - c #How can I combine two git commands - githow to set up your own geocoding server - geocodingHow to comment on a VIM macro - macrosWriting to a file system on an App Engine development server - google-app-enginePython, suds, array management - pythonusing @ org.springframework.transaction.annotation.Transactional outside the DAO level? - javaSharePoint: programmatically retrieve values from a MultiChoice field - fieldAll Articles