We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have been trying to use FreshMVVM Source code to navigate using a hamburger menu as seen below:
The navigation works for the most part except when I try to go back to the first item in the menu.
Steps:
This error only appears on UWP and not Android or IOS.
I am using the below code to navigate:
I have also attached a text file with the code snippet. FreshMVVM code snippet.txt
Please assist as I am not sure why I am getting this error.
The text was updated successfully, but these errors were encountered:
This has been fixed. Had to call base.CreateMenuPage as follows:
Sorry, something went wrong.
No branches or pull requests
Hi,
I have been trying to use FreshMVVM Source code to navigate using a hamburger menu as seen below:
The navigation works for the most part except when I try to go back to the first item in the menu.
Steps:
This error only appears on UWP and not Android or IOS.
I am using the below code to navigate:
I have also attached a text file with the code snippet.
FreshMVVM code snippet.txt
Please assist as I am not sure why I am getting this error.
The text was updated successfully, but these errors were encountered: