We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Yes
UTF8 symbols are not properly taken into account when debugging a NativeScript application in Chrome DevTools.
No
tns create my-app
cd my-app
tns debug android
Sources
main-view-model.js
this.set("message", getMessage(this.counter));
this.set("message", "абв");
Expected result: абв is shown Actual result: some garbage characters are shown
абв
The text was updated successfully, but these errors were encountered:
darind
vhristov5555
No branches or pull requests
Please, provide the details below:
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
UTF8 symbols are not properly taken into account when debugging a NativeScript application in Chrome DevTools.
Please provide the following version numbers that your issue occurs with:
Did the error happen while the app was being constructed? (buildtime error)
No
Did the error happen while the app was executing? (runtime error)
Yes
Please tell us how to recreate the issue in as much detail as possible.
tns create my-app
cd my-app
tns debug android
Sources
tab selectmain-view-model.js
this.set("message", getMessage(this.counter));
withthis.set("message", "абв");
Expected result:
абв
is shownActual result: some garbage characters are shown
The text was updated successfully, but these errors were encountered: