-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Description
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:
- CLI: 4.1.0
- Cross-platform modules: 4.1.0
- Runtime(s): 4.1.3
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-appcd my-apptns debug android- Open the url in Chrome DevTools and from the
Sourcestab selectmain-view-model.js - Replace
this.set("message", getMessage(this.counter));withthis.set("message", "абв"); - Save the changes (Ctrl+S)
- Hit the Tap button in the application
Expected result: абв is shown
Actual result: some garbage characters are shown