-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working on Android Emulator #58
Comments
Sorry I am using "@nativescript/core": "^7.0.3", and
|
Make sure the two pages are in different files and not referencing the same import - there are some edge cases with module loading that can cause circular dependencies. |
They are 2 different files, everything is setup correctly and working on IOS |
I have the same problem it only works when i delete the app from the emulator and the re run everything after rebuilding again i get the error: [Navigator] Failed to navigate: TypeError: Cannot read property 'navigate' of undefined. Have you already found a fix. |
I created a simple project and tested on both Android and IOS Emulators.
Both load fine, but the navigation only works on the IOS device.
Both Pages are the same, just labeled Test1 and Test2
The text was updated successfully, but these errors were encountered: