Skip to content
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

Open
mdxsolutions opened this issue Sep 17, 2020 · 4 comments
Open

Not working on Android Emulator #58

mdxsolutions opened this issue Sep 17, 2020 · 4 comments

Comments

@mdxsolutions
Copy link

mdxsolutions commented Sep 17, 2020

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

Screenshot 2020-09-17 at 16 11 12

@mdxsolutions
Copy link
Author

Sorry I am using

"@nativescript/core": "^7.0.3",
"nativescript-vue-navigator": "^1.2.0",

and

"@nativescript/android": "7.0.0",
"@nativescript/ios": "7.0.0",

@rigor789
Copy link
Member

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.

@mdxsolutions
Copy link
Author

They are 2 different files, everything is setup correctly and working on IOS

@AchrafBardan
Copy link

AchrafBardan commented Feb 13, 2021

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.

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

No branches or pull requests

3 participants