How To Completely Read A Site That Contains Javascript From An Android Service?
I'm trying to read a node from a website that contains java script. In VB .NET I just use the following code: Dim listSpan As IHTMLElementCollection = bodyel.getElement
Solution 1:
Unfortunately you can't handle Javascript and dynamic content with Jsoup. Please see my answer here for more information and some examples of Java libraries, that may help you here.
Edit:
Post a Comment for "How To Completely Read A Site That Contains Javascript From An Android Service?"