Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.2.4
-
None
-
-
73f1fa8a8ec53d9ebb4a052a1f109e54cd834a87
Description
QJSValue misbehaves on android, I can't explain it.
The following code:
QJSValue jsv = mEngine->newObject();
jsv.setProperty("name", "John");
auto temp = jsv.property("name").toString();
qDebug() << temp;
prints: "1.0985603458179353e+58"
If I create a simple "hello world" project with the same kit and run it on the same phone, it prints "John" as you would expect.
Attachments
Issue Links
- relates to
-
QTBUG-91150 Address Android's Top-byte Ignore feature
- Closed