為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Gecko to Gaia

  • 5 回覆
  • 1 有這個問題
  • 2 次檢視
  • 最近回覆由 Kevin

more options

Dear All,

How I can invoke Gaia API from gecko.

I have some API in Gaia in my webapp. How I can invoke it from Gecko?

Dear All, How I can invoke Gaia API from gecko. I have some API in Gaia in my webapp. How I can invoke it from Gecko?

所有回覆 (5)

more options

Hello,

You can read more about webAPIs here and here.

Some APIs are not supported yet on many platforms, and some APIs are only targeted at mobile platforms. Gaia is the Firefox OS User Interface, and is not included in Gecko.

Hope this helps :)

由 Joshua Smith 於 修改

more options

Hi,

Thanks for your reply, but here my question is How I can communicate Gecko to Gaia?

For example:

in Gaia my APP contains one API.

EX: Hello.js ----> function GetName() {

           var name = "Laxman";
          // Implementation of logic here

}

I want to call this API from Gecko Javascript/XPCOM C++. How I can invoke this API from Gecko?

more options

You have to add a reference to the window, and then you can invoke it by using the same method that you would use to call it from a webpage.

Example Code: http://mxr.mozilla.org/mozilla-central/source/dom/browser-element/BrowserElementChildPreload.js#476

more options

Hi,

I am getting doubt, are you telling answers for b2g Mobile platform. Because I am asking for b2g [FFOS Mobile platform].

more options

This is an end user support forum you will get better answers at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Apps#Community