PWA Support
Add-On
Progressive Web App support with service workers, offline capability, and installability.
Status
Planned
Supported Version
TBD
Licensing
Free
Usage Example
Here's how you'll use PWA Support with Oorian once the extension is available:
Java
// Create and configure PWA Support component
PWASupport component = new PWASupport();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, PWASupportEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.