Google's interfaces optimized for iPhone, Android and WebKit-based browsers look extremely well and they have more features than the standard mobile versions. For example, Google's homepage shows suggestions and has customizable navigation links, iGoogle shows all your feeds and gadgets and Google Talk lets you chat with your contacts. If you want to try them from your computer or from a mobile phone that has a modern browser, here are the direct links (some of the pages won't work very well):
* Google homepage (the unified interface codenamed "Grand Prix") -
http://www.google.com/m/gp* Google Apps homepage - http://www.google.com/m/a/YOUR_DOMAIN
* iGoogle -
http://www.google.com/ig/i* Gmail -
http://mail.google.com/mail/x/gdlakb-/gp/* Google Calendar -
http://www.google.com/calendar/gp* Google Reader -
http://www.google.com/reader/i/* Google Docs -
http://docs.google.com/m?iphone=true* Google Talk -
http://talkgadget.google.com/talkgadget/m* Google News -
http://www.google.com/m/news/i
iPhone-optimized Google Reader in Firefox
Labels: Mobile
What? No mention of Orkut? ;-)
~Darnell
PS
There are already two native iPhone apps for Google Reader and Google Calendar made by third party companies.
Byline (for gReader) and SaiSuke (for gCalendar).
said on November 14, 2008 7:08 PM PDT:
this page is useful
Just when I think I'm too grown up to love Google anymore...they're like my new Santa.
renczus said on November 15, 2008 2:01 AM PDT:
looking forward to see s60 optimized versions - those iPhone ones look quite well, but there are some displaying bugs connected with lower screen resolution (240px is not wide enough).
Google is going to own the mobile web space. That's good news for all of us!
austink said on November 15, 2008 8:03 PM PDT:
Anyway to get these sites to work on Blackberry Bold browser? I guess the one that comes on the device is not a "modern" browser... anyone tried these with Opera?
renczus said on November 16, 2008 1:11 AM PDT:
yes. I use them with Opera mini 4.x -> they work (almost) fine - no Ajax.
Reader works very good, Gmail works so-so (Java app is better)
Opera mobile should probably be better.
OhiPhone said on November 17, 2008 12:23 AM PDT:
Thank you for this good post.
Gadget said on November 17, 2008 12:26 AM PDT:
Google is really everywhere.
said on November 17, 2008 6:26 AM PDT:
I only wish that the iphone version of gmail paid attention to the width of the browser. On my n810 and here in google chrome it displays the site as a narrow strip like the iphone in portrait orientation.
said on November 17, 2008 2:05 PM PDT:
in iGoogle I have a comics tab for Dilbert and Peanuts comic gadgets but it doesnt display those comics on the mobile version.
Johan said on November 18, 2008 6:08 AM PDT:
http://hostedtalkgadget.google.com/a/YOUR_DOMAIN/talkgadget/m
Gets you to APPS-Talk
Unfortunately, there doesn't appear to be mobile support for the Google Apps version of iGoogle, the "partnerpage" links.
The other Google Apps services seem to come up just fine in an iPhone-optimized format, but the actual personalized start page does not, even though iGoogle does.
It does appear that iGoogle and Google Apps start pages are running a different code base, but I am wondering if the iGoogle features are going to trickle into the Google Apps world any time soon.... It's been over a year and the Google Apps partner pages remain as boring as ever in comparison to iGoogle.
Google Apps partner pages use an outdated version of iGoogle, so I'd expect to be upgraded to the
new iGoogle when it will be fully released.
I haven't been able to find a way to edit my existing Google Calendar entries using my iPhone. Has anyone else had luck with this?
Brad said on January 28, 2009 7:15 PM PDT:
They need to get the calendar one more then read only
One news site I use for iPhone is http://www.frontheadlines.com
HTC user said on February 5, 2009 12:43 PM PDT:
Other than google reader why do the rest of the apps behave really weird on opera with htc diamond. For example the gmail app keeps scrolling to the top automatically and doesn't allow the user to scroll?
Mattias said on July 3, 2009 5:22 AM PDT:
I searched for a solution for the 'auto top scrolling' issue. It turns out that one line of javascripts needs to disabled. I made a GreaseMonkey script that removed "window.scrollTo(0,1)" from the following line:
N.prototype.$=function(a,b){var c=a||window.orientation||0;this.bb=c;var d=this.j(this.h);if(c==0){d.style.width="320px";b&&_IframeEmbeddedExecution&&window.scrollTo(0,1)}else d.style.width="480px"};
The only downside is now that is works in the normal browser, but not in the sidebar. This is because GreaseMonkey does not support the Firefox Sidebar (http://groups.google.com/group/greasemonkey-users/browse_thread/thread/87351bce2c99d267). Anyone nows a trick to enable the sidebar with GM?