on 2019 Nov 25 9:54 AM
Hi there,
We have a requirement to open/ launch the AD application on a click on an image.
We are not passing any parameters etc.
I am using the on click event of the image and using the function below -
NavigationUtils.openApplication("81EB2EAF9E4AFEA921B3D26D5A08B77");
"81EB2EAF9E4AFEA921B3D26D5A08B77" is the AD application ID.
It is working fine but takes some time to launch the target AD application.
When I click on the image on the parent AD application parent-screen.png, it opens a new browser tab target-screen1.png and goes to the analytic designer target-screen2.png, and then runs the application target-screen3.png and in this transition, AD takes some time which we don't want to have.
Is there a way to launch the AD application without taking to the analytic designer window.
Please check the screenshots ( in sequence).
Hi Aditya,
I believe the only thing you can 'control' by using the NavigationUtils is whether the application is opened in a new tab:
static openApplication(appId: string, parameters?: UrlParameter|UrlParameter[], newTab?: boolean): void
Perhaps there are possibilities to embed the application into a HTML page and setup a Trusted Origin?
Kind regards,
Martijn van Foeken | Interdobs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks,
Sreeni
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.