FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Resource ID #0xfffffff6 exception with nested frames back navigation · Issue #7010 · NativeScript/NativeScript · GitHub

Resource ID #0xfffffff6 exception with nested frames back navigation #7010

Description

Environment

  • CLI: 5.2.1
  • Cross-platform modules: 5.2.2
  • Android Runtime: 5.2.1

Describe the bug
Exception occurs on back navigation between single-frame and nested-frame pages:

android.content.res.Resources$NotFoundException: Unable to find resource ID #0xfffffff6
	at android.content.res.ResourcesImpl.getResourceTypeName(ResourcesImpl.java:271)
	at android.content.res.Resources.getResourceTypeName(Resources.java:1986)
	at android.support.v4.app.FragmentManagerImpl.loadAnimation(FragmentManager.java:1172)
	at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1543)

To Reproduce

  1. Define a frame root for your app (default page contains no frames i.e. we have single frame scenario)
  2. Navigate to a different page that contains additional frame (i.e. we now are in a nested frame scenario)
  3. Navigate back with android hardware button -- the exception above occurs

Expected behavior
Forward and back navigation between single-frame and nested-frame pages should work.

Sample project
Archive.zip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL