Hi,
We are using Cache to generate HTML pages (complete with Javascript), which we are reading in an Android phone App's WebView.
If, when we generate HTML as follows:
<html>
<body bgcolor='red'>
Hello World
</body>
</html>
Reading this is iPad gets what you would expect, a red page with Hello World written in it.
However in Android phone, the page is both white and blank.
What stumps us is that for Android, if we intercept the call in the csp page that generates the html, and we redirect the call to another (cache) page's url (ie another csp page), the whole of the content of the new Url is displayed
