0

I am loading XHTML file content in UIWebView which is in ePub.

Now i need to get the Whatever Tex is present on screen.

and the Files are coming dynamically so Text are also coming dynamically.

I am loading whole XHTML content in UIWebView and with pageScroll in Java Script i am scrolling the page in UIWebView.

but i am getting all the content of UIWebView but need only that content that are presently visible on screen.

Is any one know this ?

I asked the similar question but no one answered it...

Get tag's and values from Jscript where pageScroll happen in UIWebView

How to Get HTML tag which seen in UIWebView Screen out of all HTML tag loaded in UIWebView

Any kind of direction is appreciated...

Community
  • 1
  • 1
Sam
  • 431
  • 7
  • 23
  • that question is asked by me and there isn't any answer... – Sam Aug 28 '14 at 06:55
  • It is frowned upon to ask the same question again here. There's a [few documented steps](http://stackoverflow.com/help/no-one-answers) to increase visibility on your question. Reasking it is not one of those. – Vogel612 Aug 28 '14 at 07:25
  • Try to get your whole XHTML structure By NSString *html = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.outerHTML"]; then parse your desire data from HTML – AJPatel Aug 28 '14 at 07:33
  • @AJPatel i got whole HTML by that but html contents are so big so i am loading all the content in UIWebView and then scrolling it. because it contains some images too. so i need to get the content that are visible on the iPhone's screen. – Sam Aug 28 '14 at 07:38

0 Answers0