1

There's some way to create two navigation stacks in Xamarin.Forms App using Prism Library?

I faced this needs to manage two stacks one for the app and another for authentication as shown in the attached image.

Think in scenario when the authentication method of the user has expired(token, session and so on). With another stack it's possible to manage the authentication and afterwards return to exact place before.

tow navagation stacks
(source: xamarinhelp.com)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
  • I don't think you need two navigation stacks for this all it needs is logical conditioning – FreakyAli Jul 27 '19 at 10:31
  • could you give more detail about this "logical conditioning" ? – Vinicius Dutra Jul 28 '19 at 22:12
  • `Think in scenario when the authentication method of the user has expired(token, session and so on).`- When this happens load the page accordingly, your question is your literal answer my friend – FreakyAli Jul 29 '19 at 05:33

0 Answers0