AndreiBogdan
AndreiBogdan

Reputation: 11184

Doesn't Xwalk (Crosswalk) have caching for offline mode?

I'm using Crosswalk instead of the default Webview on Android and when I use the Webview and i enable caching, if I turn off the wi-fi the pages load from cache. On Crosswalk I don't see this, it just displays a toast with "Unable to reach server" and that's it. How can I force XWalkView to do something this line does for normal Webviews

webSettings.setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK); ?

Upvotes: 0

Views: 651

Answers (1)

Hill
Hill

Reputation: 429

This API is not exposed yet, but we are working on this, please track the status in this JIRA: https://crosswalk-project.org/jira/browse/XWALK-6832

Upvotes: 1

Related Questions