function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Base Line 7Base Line 7 

how to navigate to an <aura:application>

I have added a button to a page and upon clicking it, I need to navigate to an app in the org. The only information I have found so far on the net is how to navigate to a component. Do the same methods apply to an application (like using "lightning:isUrlAddressable" and pageReference etc.)? Any tips or information would be highly appreciated. Thanks.
Pradeep LandgePradeep Landge
onclick event of button write below js:
window.open("host/c/appName.app");