Pass data from Angular Application to Mendix Application

0
Hi, We have an Angular application inside which we are opening a Mendix application using Iframe. Both of these applications has different URL, because of which I am not able to get the session storage in Mendix which is set in angular application.  How can I pass data from Angular to Mendix application.
asked
1 answers
0

You could download the deeplink module and configure it to accept the required params.
When calling the IFrame make sure to set the URL to the deeplink location with the required params added to the URL.
In your deeplink handler capture the params, and handle with them as pleased.
Kind regards,
David
 

answered