Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Description
Version
2.4.0
Reproduction link
https://play.nativescript.org/?template=play-js&id=xsfX&v=4
Platform and OS info
vue cli 4.1.1, Windows 10 64, TNS 6.2.2, Android 9
Steps to reproduce
I upgraded to 6.2.2 a couple of days ago and everything worked well until now.
I only have this:
showUsers() {
this.$navigateTo(this.users);
},
And the button look like this:
<GridLayout columns="130, *" rows="auto" @tap="showUsers()"><Image col="0" src="~/assets/images/app/menu-icons/users.png" width="40" horizontalAlignment="left" /><Label col="1" verticalAlignment="center">User summary</Label>
In other words, nothing extraordinary at all. This is very worrying for me, as my app is not working at the moment and a lot of people are dependent on updates. Very critical for me and I guess for everyone else.
User page look like this:
<FlexboxLayout v-if="users" flexDirection="column"> <Image src="~/assets/images/app/headers/results.png" /> </FlexboxLayout> </Page>
What is expected?
It's expected that the page changes and button working.
What is actually happening?
Nothing happens. Absolutely nothing. The consol says:
JS: 'getFrameById() is deprecated. Use Frame.getFrameById() instead.'
I can't stress this enough. Please help me out here! PS I was not abled to reproduce this on the playground, thus pasting a "bogus" URL in that input field. I'm so sorry. I hope you can help me out in any case.