-
Couldn't load subscription status.
- Fork 10
Description
Summary:
As a developer, it is often necessary to clear cached browser requests and resources when testing web applications within Core Mobile. Currently, there does not appear to be an option to clear the browser or app cache. Implementing a "Clear Browser Cache" or "Empty App Cache" function would improve the development and testing workflow.
Use Case:
When testing web applications, cached resources (such as JavaScript, CSS, or API responses) can interfere with updated versions of a web application. Without a quick way to clear the cache, developers must rely on workarounds, slowing down the development process.
Proposed Solution:
- Add a "Clear Browser Cache" or "Empty App Cache" option in Core Mobile's settings.
- This function would clear all cached resources (e.g., JavaScript, CSS, API responses) from the in-app browser, allowing developers to load the most up-to-date version of a web application.
Benefits:
- Improves the developer experience by allowing immediate access to updated web applications.
- Reduces the need for manual workarounds, speeding up the development process.
- Ensures that web apps are displayed and behave as expected without cached data interference.