'Exiting From Oracle Apex PWA

i am pretty new to oracle apex.

i have created oracle apex pwa.

now i want to have an exit button on home page to exit the application just like a native app.

Thanks in anticipation. Regards Athar



Solution 1:[1]

Since the PWA is a webview, you could use a single line of JavaScript.

Create you button, add dynamic action with execute cliente side / JavaScript Code and add this.

window.close();

It works perfectly on the PWA I've installed in my Laptop

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Paulo Künzel