-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
livesync not working well on emulator on some cases #2562
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
Comments
Same problem here. |
I'm pretty sure this is an issue that has been fixed but the fix has not been released yet. I think it's in the @next build. There are a couple different issues (now closed) that already covered this problem. It was happening with XML/HTML and I think in some cases CSS files too. Here's the main issue I found on it: NativeScript/nativescript-cli#1872 I think NativeScript 2.2 should be out any day now and should include the fix for this. |
Hey folks, Yep, it should be fixed in the latest version and we will do our best to publish our v 2.2 today! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am facing strange behavior on livesync on emulator only. UI not update only changing xml file (do update on changing script file). Anyone faces the same. Is it a bug on NativeScript? Below is the details step.
UI not updated while changing xml file as follow
#1. Plugged in ONLY emulator.
#2. Changed xml file.
Even console saying
UI do updated as follow.
#1. Plugged in ONLY device. OR Plugged in both emulator and then device.
#2. Changed xml file.
This is on window
Any idea? Or any way to have low level logging to see any exception or expected error.
The text was updated successfully, but these errors were encountered: