Firefox 4 for Android and Firefox Mobile for Computer

Mozilla has just released Firefox 4 for Android or Nokia N900 (Maemo) which is available for download at http://www.mozilla.com/en-US/mobile/download/ and on the Android Market.

Have a look at the video below to see the main features of Firefox 4 Mobile such as multiple tabs, full screen browsing (no menu),  panning and zooming, firefox sync to synchronize all your devices,  spam filters, add-ons, personas and more.

If you do not have an Android device or Nokia N900, you can still test if your mobile website works fine as Mozilla also provides Firefox for mobile to your desktop computer  for Windows, MAC OS X and Linux.

I’ve try it for Windows XP. There is no installer, after you download the file, simply extract the files in C:\Program Files for example, and then run C:\Program Files\fennec\fennec.exe to start Firefox 4 Mobile on your computer, it will open a 480×800 Window. Fennec is the codename for Firefox 4 Mobile.

Firefox 4 Mobile on Desktop Computer
Firefox 4 Mobile Home and Settings

Zooming can be done by double clicking and using the scrolling wheel of the mouse, and panning can be done with left-click and hold.

Currently, it appears websites won’t recognize the browser as a mobile browser, so it won’t automatically switch to the mobile website and you’ll have to enter the mobile URL such as http://m.yahoo.com or http://m.youtube.com.

Mobile websites render on Firefox 4 for Android / Nokia N900
Yahoo Mobile and Youtube Mobile rendered on Fennec

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
4 Comments
oldest
newest
haimob
haimob
12 years ago

Can i read history of moliza firefox for Android?
Thanks!

haimob
haimob
12 years ago

@ cnxsoft
Oh, not this history. I want to talk about reading web cache, web history… read urls that firefox for android loaded.
Sample code to read android default browser history:
Cursor mCur = this.managedQuery(Browser.BOOKMARKS_URI,
Browser.HISTORY_PROJECTION, null, null, null);
mCur.moveToFirst();
if (mCur.moveToFirst() && mCur.getCount() > 0) {
while (mCur.isAfterLast() == false) {
Log.v(“titleIdx”, mCur
.getString(Browser.HISTORY_PROJECTION_TITLE_INDEX));
Log.v(“urlIdx”, mCur
.getString(Browser.HISTORY_PROJECTION_URL_INDEX));
mCur.moveToNext();
}
}

Thanks you very much!

Khadas VIM4 SBC