From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ar/mozilla/firefox_for_android/index.html | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ar/mozilla/firefox_for_android/index.html (limited to 'files/ar/mozilla/firefox_for_android') diff --git a/files/ar/mozilla/firefox_for_android/index.html b/files/ar/mozilla/firefox_for_android/index.html new file mode 100644 index 0000000000..4844391212 --- /dev/null +++ b/files/ar/mozilla/firefox_for_android/index.html @@ -0,0 +1,45 @@ +--- +title: Firefox for Android +slug: Mozilla/Firefox_for_Android +translation_of: Mozilla/Firefox_for_Android +--- +

For more and more people mobile devices are the primary way, or even the only way, to access the Web. Firefox for Android (codenamed Fennec) is an open, hackable, standards-based browser, just like the desktop Firefox.

+

Firefox for Android constructs its user interface from native Android widgets instead of XUL: this greatly improves performance, especially startup time, and memory consumption.

+

Contribute to Firefox for Android

+

The main starting point for information about the Firefox for Android project itself is the project "Get Involved" page.

+

You can help us to create and improve Firefox for Android:

+ +

Develop for the mobile web

+

We've started putting together a guide to designing web sites for mobile devices.

+

With Firefox for Android, you've got access a number of APIs that expose the underlying capabilities of the device, closing the gap between the Web and native applications:

+ +

To test your web site on Firefox for Android, you can install it on an Android device or run it on your desktop using the Android Emulator.

+

Build mobile add-ons

+

Firefox for Android supports add-ons using the exact same extension system used by all other Gecko-based applications. We did not invent a new add-on system. This means that building an add-on for Firefox on Android is the same process that would be used for desktop Firefox. Add-ons that work with desktop Firefox do not automatically work in Firefox on Android. The user interfaces are just too different.

+
+ Firefox on Android has a unique application identifier which must be used in install.rdf. The identifier is {aa3c5121-dab2-40e2-81ca-7ea25febc110}
+

Both classic restart-required and newer restartless add-on approaches are supported. Using the restartless approach is preferred whenever possible because the user experience is far superior to forcing an application restart when installing or removing an add-on.

+

Quick Overview

+ +

Get help with Firefox for Android

+

Documentation and tutorials for using and troubleshooting Firefox for Android are available on the Mozilla Support website.

-- cgit v1.2.3-54-g00ecf