I have a Phonegap Android app with barcode reader which I migrated to Crosswalk using the beta version, and now my alert dialog shows strange blocks instead of latin characters, as shown in the screenshot below.
This should show the following text instead, which it did on the pure Phonegap version :
Alert
We got a barcode
Result: 6927xxxxxxxxxxx
Format: EAN_13
Cancelled: false
Specs:
- Chinese Hong Kong
- LG G3 Android 4.4
- ARM
- Crosswalk Beta 10
I'm suspecting it's some sort of encoding/language issue because I've got Chinese set as my system language on the phone.
Please notice that I did not censor the text, nor they are Chinese characters. The text which it should display is in my code block.
Please comment if more information is needed !