cancel
Showing results for 
Search instead for 
Did you mean: 

navigating back to UI5 application from 3rd party webpage

0 Kudos

Hi,

I have a UI5 application where I would be navigating to another 3rd party webpage

and once the processing is over, I need to return back to the UI5 application.

Can anyone provide me leads on this.

Used the below code:

var sUrl = "https://..";
window.location = sUrl;

Regards,

Abdul Samad

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioG_TX
Active Contributor
0 Kudos

it will also depend on the 3rd party url.. sometimes they prevent the redirection back to the original source.. .would your req still be valid if you open the target url in a different tab... that way the user can simply close the tab and resume where they left off ?