Navigation to Web targeted page from Native app

0
Hi, I want to navigate from a native application to a specific web page of the same app. However, the issue is that instead of landing on the intended page, the user is redirected to the login page of web app. Ideally, when the user navigates to the web page, they should be automatically logged into the web app, but currently, they are being taken to the login page instead. I have created java action to logging to web app also tried using the marketplace module 'Login' but it all takes to the login page and does not automatically log user into the app. Thanks in advance
asked
1 answers
0

Hi Kalyani,

Go to your native page from where you want to open a web page -> Definitely there will be button or link to navigate the web page -> make an onClick nanoflow on button/link -> inside nanoflow take an activity openLink-> Pass your web page publish url(https://yourappname-webpagefromnativeapp.sandbox.io) something like this.

 

Set url inside webpage:-

Go to your web page -> download SetURL widget from marketplace and drag & drop this widget inside  web page -> Open SetURL widget & set url anythink(webpagefromnativeapp) & give the access this page to anonymous(If you want to open this page without login manage security according to your need).

 

Make sure your application should be publish.

 

Hope you like the an

answered