1

我遇到过这个。在这篇文章中,他们提到TRIGGER.IO 比 PHONEGAP 快 5 倍。Trigger.io 为他们的 Native 桥使用了以下流程图。What is Phonegap native Bridge Work flow? Why it is too slow? Is that true?

在此处输入图像描述

4

1 回答 1

1

关于 Trigger.io 性能的文章up to 5 times faster only applied to Android已经过时了fixed the slow JS to native bridge last November。性能改进在 2.2.0 和更新版本中。

http://community.phonegap.com/nitobi/topics/hybrid_app_performance_issue

是的,我已经使用最新的 PhoneGap 库(cordova-2.7.0.jar)和 JavaScript 测试了相同的示例,工作正常,PhoneGap 的响应速度比 Trigger.io 快

于 2013-07-26T09:01:19.497 回答