Greetings from from Syncfusion.
We have analyzed your query and we have prepared a sample for you reference. Please find the sample from the following location.
Steps to make a sample:
· Create a Xamarin.Forms blank application.
· Right click on .Net Standard project.
· Add Login, Sign Up and forgot password page with the help of installed Essential UI kit extension.
· And add the following line for navigate from one another in ViewModel button clicked method,
|
Application.Current.MainPage.Navigation.PushAsync(new Views.Forms.SimpleSignUpPage()); |
· Edit App.xaml.cs project
|
MainPage = new NavigationPage(new Views.Forms.SimpleLoginPage()); |
For more details, please refer the following help document
Regards,
Yuvaraj