Tag Archives: mobile

Got Android? We need you…

Mozilla has started to produce nightly builds of Fennec for Android.  You can get them here: http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly/latest-mobile-trunk/fennec.apk No auto-updating yet, so check back often.  Send your feedback to the forum.
Posted in mozilla | Also tagged , , | 4 Comments

Fast Flash in Fennec

For the last few days, we have been making Flash fast in Fennec. Our situation in Fennec is that we have a hidden browser element that contains the flash object/embed element. When a paint needs to happen, we draw whatever the plugin wants to draw into a canvas or sent of canvas elements. These canvas [...]
Posted in General, mozilla | Also tagged , , , , | 5 Comments

Orientation in Firefox and beyond

One of the coolest apps I saw when the iPhone came out was the wooden balance game Labyrinth.  You basically tilt your phone to move a ball around the screen, avoiding holes, and trying to get the ball to a goal.  It made use of a feature of many modern devices — accelerometers. Obviously clear [...]
Posted in mozilla | Also tagged , , , , , | 40 Comments

Device Orientation

I have a proposal for exposing device orientation in the browser. It is a pretty simple api that allows you to monitor motion changes from Javascript. For example: navigator.orientation.watchOrientation(draw); function draw(o) { // o.x, o.y, o.z } o in function draw is a vector in three dimensional space in meters / (seconds^2) units. This allows [...]
Posted in mozilla | Also tagged , , , , , , | 2 Comments