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

1.30 Error in Page Navigating Events order! · Issue #789 · NativeScript/NativeScript · GitHub

1.30 Error in Page Navigating Events order! #789

Description

Man, v1.3 is just causing me all sorts of issues. As a work around to #779, I had to move the ShowModal code into the NavigatedTo event from the loaded event on iOS. So that the page would be setup properly before I called the ShowModal on the page. Well, guess what; on Android the onNavigatingTo actually fires BEFORE the pageLoaded event during startup. So now my code that does the initialization on my main screen so that the showModal can work properly isn't ran before it tries calling the showModal. Argh!

We need to get this fixed; in no cases should the onNavigatedTo event fire before the pageLoaded event. Please note this as far as I can tell ONLY occurs on the initial application bootup of the main screen. The events are in the correct order during the normal usage of the application.

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