"Fennec" is the code name for the mobile version of Firefox.
Questions tagged [fennec]
72 questions
0
votes
1 answer
Where are Telemetry files generated in Firefox for Android (Fennec)
In Firefox for Android (Fennec), after each iteration i.e. opening a website from Fennec, it will auto-generate a telemetry file in your profile saved-telemetry-pings directory.
This generated file is using a random filename.
So I want to know where…

Ravi
- 102
- 1
- 1
- 11
0
votes
1 answer
Fennec addon handle scrolling and get scroll position
I added callback function that is calling when page is scrolling
function scroll (event) {
this.pageXOffset
}
When I try to gen this.pageXOffset always return 0.
How can I get current scroll position or current page rect ...?

Misha
- 433
- 4
- 10
0
votes
2 answers
Firefox addon how to handle page scrolling
I need to handle page scrolling in fennec addon
I did next thing:
function onScrollHand(window, event) {
showToast(window, "Scrolling");
}
var windowListener = {
onOpenWindow: function(aWindow) {
let domWindow =…

Misha
- 433
- 4
- 10
0
votes
1 answer
Android build: Fennec with chromium rendering Engine
I built the chromium for android following these instructions https://code.google.com/p/chromium/wiki/AndroidBuildInstructions .
I got the content shell only not the full browser.
Then, I built the Firefox for Android. I successfully got the Full…

Rahul Sharma
- 1
- 1
0
votes
2 answers
Firefox and DRM
I'm having problems with DRM (forward lock) protected audio files in Firefox. I the following post I have commented some issues related to DRM and mp4 files:
http://forums.mozillazine.org/viewtopic.php?f=47&t=2788283
But I'm wondering if Firefox has…

amartin
- 71
- 1
- 8
0
votes
2 answers
addons for Firefox for Android - Disable menu item?
I've looked at the documentation and the example but it only shows ways to add/remove menu items, but not disable. Is it not possible or is there a way to do this? If so, can you please provide me a link to the full API(if there is one).

Can't Tell
- 12,714
- 9
- 63
- 91
0
votes
1 answer
How to play a sound in a Firefox Mobile extension?
I am writing an extension for Firefox Mobile (Fennec) which should play a sound. Using nsISound, i.e.
var sound = ios.newURI(pathToSoundFile, null, null);
var player =…
0
votes
1 answer
Mozilla Fennec Android not deploying on the device
I'm currently working on Mozilla Fennec project.
Visit: https://wiki.mozilla.org/Mobile/Fennec/Android
I have done all the steps one by one but when I'm building and deploying it on the device, it is not deploying on the device, though building was…

Anupam
- 3,742
- 18
- 55
- 87
0
votes
0 answers
Mobile Firefox puts a blue box around
Whenever I click on an anchor in Mobile Firefox, it draws a blue border around the , which persists after the anchor has been clicked. Here is a screenshot of how this looks:
In order to remove this border, I have tried adding the following to…

jbeard4
- 12,664
- 4
- 57
- 67
0
votes
2 answers
Detecting inactivity in fennec - firefox mobile extension
I'm building an addon for firefox mobile (fennec).
Is it possible to detect if the browser is running in background or the screen is locked so that I can suspend some task that is running within my extension?

rops
- 217
- 3
- 10
0
votes
1 answer
Firefox vs. Firefox Mobile (Fennec): Are there javascript detectable differences?
I've tried to find javascript elements that are supported by the mobile but not by the desktop version of Firefox or vice versa. I'm not interested in the user agent's differences. A difference between CSS support maybe helpful, too. Do you know a…

aldi
- 49
- 4
-2
votes
1 answer
Which version of Firefox Nightly should I install?
I have a Samsung Galaxy S3, but I really don't understand about mobile architectures. Anybody can explain me?
I need to install Fennex on my Android, but I don't know which of these two versions should I install.
Thanks a lot!

gal007
- 6,911
- 8
- 47
- 70