I tried use Volley to get html.But if the web page is Dynamic,it did not work.I  heard HtmlUnit will be helpful. But I can not use HtmlUnit in Android. so ,how to get the Dynamic page's html in Android?
            Asked
            
        
        
            Active
            
        
            Viewed 77 times
        
    0
            
            
         
    
    
        TIMFUNNY
        
- 363
- 4
- 9
- 26
- 
                    See this http://stackoverflow.com/questions/8200945/how-to-get-html-content-from-a-webview – Rishabh Tatiraju Feb 28 '16 at 15:01
2 Answers
0
            I don't know what do you mean by "dynamic ".If you want the webview can execute JavaScript,just call setJavaScriptEnabled().You can even execute JavaScript by calling loadUrl().
 
    
    
        wngxao
        
- 72
- 5
