Issue
- Is there any offline feature on Webscreenlet?
Environment
- Liferay DXP 7.2
Resolution
Please Note: Assisting with designing or implementing involves customizations that are beyond the scope of Liferay Support.
- The web screenlet does not provide the offline mode OOTB functionality as it has not implemented the required cache policies which are required to support OFFLINE mode.
-
You can definitely explore the opportunity to implement cache functionality in Web Screenlet to support OFFLINE mode. The reported requirement might be achieved with some sort of custom development by using the following document.
- Adding Offline Mode Support to Your Android Screenlet which describes the steps To add offline mode support to Screenlets
- in this documentation, they have provided the implementation with an example use case. There are some parameters that have given like folder Id, title, henceforth. These custom fields have given as examples like bookmark could contain a folder, title, image, and trying to pass it in this example code.