如何使用javascript检查GEARS是否已安装?

时间:2010-02-21 04:06:12

标签: javascript gears

是windows.gears!= undefined还是什么???

如果此人拥有Google Gears,我只想使用javascript返回true或false。

1 个答案:

答案 0 :(得分:1)

Detecting and Installing Gears虽然这需要gears_init.js。也许source可能会给你一个提示。它从这样开始,然后是一些特定的浏览器 检查。

(function() {
  // We are already defined. Hooray!
  if (window.google && google.gears) {
    return;
  }