android - How to save all web page including .css .js? -
i wanna save web page including .css .js on android programmatically. far tried html get
method , jsoup , webview content
of them not save page css , js. these methods save html parts of web page. when save page ,i want open offline.
thanks in advance
i have similar problem... using code can images,.css,.js. html contents still missing. instance when save web page via chrome,there 2 options.
- complete html
- html only
out of .css,.js,.php..."complete html" consists of more elements "only html". requirement download html complete chrome in first option.
Comments
Post a Comment