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...