firefox-os Questions
4
Looks like Push notifications are finally usable for web-apps! Unfortunately, this requires https for ServiceWorker, which not all sites may have.
One thing I noticed in the spec it mentions:
if ...
Meninges asked 30/5, 2015 at 4:31
5
I recently found in news that KaiOS has been used in 4G Volte Enabled feature mobile phones. I was wondering how to create apps for KaiOS. Any help on creating apps for KaiOS has been greatly...
Volitive asked 2/8, 2017 at 4:22
3
Solved
So I've got this Go http handler that stores some POST content into the datastore and retrieves some other info in response. On the back-end I use:
func handleMessageQueue(w http.ResponseWriter, r...
Marchellemarcher asked 12/3, 2014 at 20:38
3
I am trying to build Gecko Code, Which I have clone from Github : git clone https://github.com/mozilla/gecko-dev.git
and I am getting autoconf 2.13 not found error, Which already installed in my M...
Sylvie asked 11/9, 2015 at 8:22
4
Solved
I'm trying to do some FirefoxOS apps, but I have not seen any easy way to store local data. I hear about IndexedDB, but it seems too complex. Is there any other alternative? If not, is there any ea...
Kokoruda asked 23/4, 2013 at 15:13
2
Solved
I want to build and application through which an user can input some settings and the application will start a background service to perform some tasks based on those settings.
I want to run the a...
Prefect asked 5/3, 2013 at 12:14
2
Solved
I have developed some Firefox add-ons (extensions) already for Desktop and Mobile Firefox, but now I can't install the add-on/extension into the browser running in Firefox OS (I'm using the Simulat...
Ceasefire asked 24/12, 2013 at 12:40
2
Solved
Recently I bought a mobile phone named "Intex Cloud FX" (it’s the first device in India running Firefox OS). I purposely bought it for developing Firefox OS apps and testing them on a real device.
...
Outfitter asked 16/9, 2014 at 19:40
5
Solved
Is there any information available on the core architecture of the Firefox OS? I don't mean developer-facing information only. I am interested in the underlying architecture similar to that of Andr...
Giraldo asked 14/10, 2012 at 14:4
1
I'm trying to get a cross-browser way to listen to keyCode of user's keyDown.
For mobile browsers, I have to trigger the virtual keyboard, so I use an input hidden by css, triggered with a click ...
Tuppeny asked 6/12, 2014 at 16:10
2
Solved
I want to write my app for Firefox OS. What kind of languages (like Java for Android and Objective C++ for iOS) and tools (like Eclipse, Xcode) to use?
Lunate asked 23/7, 2012 at 12:7
1
When I tap an input field in Firefox OS, the on screen keyboard comes up. I am developing a messenger app and have a toolbar that borders the on-screen keyboard with a "Send" button.
When I tap th...
Homocyclic asked 10/11, 2014 at 9:40
1
Solved
I am working on a ToDo list app wherein I keep the focus on the textbox input after the user adds a ToDo item.
Now, the problem is, when the user adds some text input and hits the add button, the ...
Bardo asked 29/10, 2014 at 5:5
2
Solved
I want to work with camera api in firefox os simulator. Docs suggests that it is only available for certified apps. If i want to take picture using camera in my app, how can i proceed developing th...
Harveyharvie asked 18/7, 2013 at 10:28
1
Solved
How would you emulate a memory mapped file in FirefoxOS, Tizen or any other mobile pure-JS solution?
The use case is for a mobile browser and you need lots of data which does not fit in the RAM or...
Braddy asked 25/4, 2014 at 14:45
1
Solved
I would like to port Firefox OS to my device (that is not supported by Mozilla but it has Android 4.2). I've read from net that some of the drivers haven't been developed yet, but if FFOS uses the ...
Korman asked 8/2, 2014 at 14:51
1
Solved
Is it possible to access the clipboard in a Firefox OS app? If so, how? I know Internet Explorer has a way to do this using window.clipboarddata. However Firefox has never supported this. Do they u...
Delao asked 14/12, 2013 at 15:3
2
Solved
I want to upgrade Firefox OS 1.1 on my Alcatel One Touch Fire to the master branch (the latest revision). After having read the Mozilla Wiki, I cloned the B2G repository, built it for the hamachi t...
Anstus asked 20/11, 2013 at 20:59
3
I'm making the firefox OS webApp by jQuery.
The application type is privileged for using systemXHR.
So I define the permission at manifest file. App is working well at simulator.
But when I push...
Bookrest asked 30/5, 2013 at 2:49
2
In my manifest file I've add the audio-channel-content in permissions:
"permissions": {
"audio-channel-content":{"description":"Use the audio channel for the music player"}
}
In my index.html I...
Vaas asked 3/6, 2013 at 11:37
2
Solved
I have a Firefox OS app where I want a link to open outside of the application (the link is to a different site, and opening it in-application would make the application unusable without a force-qu...
Isbella asked 30/9, 2013 at 1:54
1
Solved
In case I'm just stupid, I'd be glad to her that. :)
Here is my code:
var t16 = new Uint16Array( new Uint8Array([1, 2, 3, 4]));
console.log(t16.BYTES_PER_ELEMENT);
for( var i = 0; i < t16.leng...
Lingle asked 28/8, 2013 at 1:33
1
Solved
I want to open the native datepicker of FirefoxOS on a click on a button.
By default, the native datepicker shows up when an input (date type obviously) has focus.
But how to do this with for a but...
Farcical asked 5/7, 2013 at 15:22
1
© 2022 - 2024 — McMap. All rights reserved.