How to get image data on touch inside UIWebView in iOS
问题 Inside UIWebView, I want to get the html data of the image when the user clicks the image on the web. When I say html data, I mean data as below: <img data-sz="f" name="QC6TSb_zoErN3M:" class="rg_i" alt="blahblah" jsaction="load:str.tbn" src="data:image/jpeg;base64,/9j/blahblah//9k=" style="width: 289px; height: 152px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"> just like the way you can do with developer tool inspector on your PC web browser (In fact, all I need is inside the src