-
-
Notifications
You must be signed in to change notification settings - Fork 9
Meta Info Bug. Not Updating #30
New issue
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
Comments
I suspect the meta is not yet showing the new route's meta in the |
@rigor789 I just tried it with a setTimeOut of 10 seconds (10000 miliseconds), and did not work. So it is not the loaded event. |
@juanbonoso are you using using class style Vue components? |
@superalex I am using vue class components. |
So I think we have the same issue: #31 |
Yes, I just read your issue and we have the same problem. |
Let's consolidate this into #31 |
Hi,
First, thanks for this awesome plugin , i really like it.
I just realized that meta info, is not being update when i pass from one page to another with
this.$navigator.navigate();
I use the loaded page event from nativescript to verify if the user have autorization to open a particular page:
The console.log will always show:
true
'{"needsAuth":true,"name":"AdminInterface"}'
AdminInterface is the page, where loadPage is triggered. I also have the same loadPage in OnBoard where triggers the same output from AdminInterface all the time, which makes my app to enter in infinite Loop, navigating every second to OnBoard.
routes file:
The text was updated successfully, but these errors were encountered: