* BlackBerry Browser Oddities
Posted on January 4th, 2009 by Dave Johnson. Filed under phonegap.
So for PhoneGap on BlackBerry I was using a BrowserContentManager to achieve the PhoneGap functionality. I finally got around to installing the BlackBerry Bold 9000 simulator (OS 4.6) with hopes that the BrowserContentManager would support nice things like Node.innerHTML and other things that one might like for making web apps.
Alas, I was terribly wrong. Here is what the BrowserContentManager content looks like:

And the native BlackBerry browser looks like this:

The main things to notice are:
- the font in the native browser is way nicer (anti-aliasing goes a long way I guess)
- the buttons are different
- there is no CSS being applied in the BrowserContentManager
- the BrowserContentManager does not appear to support the mouse pointer mode
Of course not visible is the very different JavaScript DOM API…
I am still investigating but so far I am not very impressed by the functionality of the BrowserContentManager. Is there a better way to achieve the PhoneGap functionality?
One Response to “BlackBerry Browser Oddities”
Leave a Reply
Recent Posts
- Work
- Managers and Technical Debt
- Passenger on Rails Playground
- Long Live PhoneGap for BlackBerry
- PhoneGap iPhone Approval
Archives
- January 2010
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005

March 24th, 2009 at 8:50 pm
[...] So I started putting together some wireframes for my first real PhoneGap project tonight. I have become sort of bored playing with BlackBerry and Android native development and figured it was about time to actually build something on top of the platform. The only problem I am having is that I can’t currently do offline apps on BlackBerry so am really looking forward to the next version of the RIM OS as I hear they may have fixed some of my gripes. [...]