Is it possible to cache a webpage that you have visited when browsing through a webview?
Ideally I could like to cache a webpage so that it is accessible offline.
Is this possible thought the Titanium 1.8.2 API?
1 Answer
Hi Harvinder,
You should try this link Webview, I hope this will help you.
In this there is Titanium.UI.WebView.getHtml is there so it gets HTML content of this web view.
and there is properties of web view that can help you more about history.
and Methods
Your Answer
Think you can help? Login to answer this question!