Hello, I’m experiencing an issue with caching in my WebView app created using Kodular. When I access my website through regular browsers, everything works perfectly, and files are cached as expected. I’ve configured the necessary caching rules in the .htaccess
file on my server, and it seems to be working for standard browsers.
However, when accessing the same website through my WebView app (built with Kodular), the caching does not work. Each time the app accesses the site, the files are being fetched from the server again, instead of being served from the cache.
Here’s what I’ve tried:
- Ensured the
.htaccess
file has the correct caching rules for assets like images and MP3 files. - Verified that the caching works fine when accessing the site in any regular browser (Chrome, Firefox, etc.), confirming that the issue is specific to the WebView app.
Can anyone help me with this issue? Is there a setting or configuration in Kodular that I may be missing to enable caching properly for WebView apps?
I would appreciate any advice or solutions!
Thank you!