cocos / engine-native

Native engine for Cocos Creator v2.x
http://www.cocos.com/en/products
697 stars 572 forks source link

V2.4.14 openharmony bug fix #4358

Closed zhaoyang57 closed 1 month ago

zhaoyang57 commented 4 months ago
  1. Fix the issue of inaccurate calculation of sleep time when locking frames.
  2. Fix the issue of UV timer not stopped when sliding up to the multitask list.
  3. Specify the audio stream type as GAME.
  4. Fix the issue of custom font fontCollection being incorrectly destroyed.
  5. Adjust editbox component position
Sunny-guangge commented 3 months ago

鸿蒙 restart有什么方案吗

zhaoyang57 commented 3 months ago

鸿蒙 restart有什么方案吗

如果js引擎使用v8可以通过cc.game.restart()进行重启,使用方舟暂不支持

Sunny-guangge commented 3 months ago

鸿蒙Next可以使用V8引擎吗

zhaoyang57 commented 3 months ago

鸿蒙Next可以使用V8引擎吗

2.4.14版本会支持

Sunny-guangge commented 3 months ago

我看现在2.4.14已经发布了 是这个版本吗

Sunny-guangge commented 3 months ago

鸿蒙Next可以使用V8引擎吗

2.4.14版本会支持

我看git记录里 2.4.14又把harmony v8删掉了