Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

When using $navigateTo I get "getFrameById() is deprecated. Use Frame.getFrameById() instead.'" #591

Closed
@coffeeneed

Description

@coffeeneed

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp