Answer the question
In order to leave comments, you need to log in
How to pre-set cache data in webview?
There is an application on webview. The application has an offline html page, the files of which are stored directly in the apk.
To speed up the application, I want to wrap all css, js and images used on the site in apk to speed up page loading. Will it work? And does it make sense if the application will be used in conditions of poor Internet quality?
To catch up: does it make sense to pack all the css, js and images used in apk, and request data not from mysite.com, but from custom.mysite.com in a simple text form (html) and output taking into account the built-in css, js and images ? It seems to me that this should reduce the load on the server and on the user's network.
Answer the question
In order to leave comments, you need to log in
It seems to me that this should reduce the load on the server and on the user's network.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question