Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I can use the '=' and '-' keys on computer to adjust the font size in Google Reader, but can't find how to do it on iPad.

share|improve this question

2 Answers

up vote 2 down vote accepted

The best way I have found is to use the "Change Font Size" bookmarklet from lucidgreen.

Its a bit of a pain to setup, but once you do, it works great for google reader on ipad.

You'll need to have safari installed on your windows/mac computer. I've tested this with windows 7. And, you'll need to set itunes to sync bookmarks from safari to the ipad.

1) Go to http://www.lucidgreen.net/webbybooth/?p=39

2) Search for "Change font size" to find the bookmarklet link

3) Copy the link to the clipboard. This will be a bunch of javascript like:

javascript:(function(){var%20theBody=document.getElementsByTagName('body');theBody[0].style.fontSize=prompt('Font%20Size?','');})()

4) Run safari and create a new bookmark to any web page

5) Edit the new bookmark, and replace the destination with the "Change font size" javascript you copied above. Give it a name like "Change font size"

6) Sync your ipad (remember, you must have checked the box in itunes to sync bookmarks)

7) Now when you go to google reader in safari on ipad, you will have a Change font size bookmark.

8) Choose the bookmark and it will prompt you for a size

9) Bonus... edit the javascript (back in safari on your computer) to have a default size already entered so you don't have to do it on ipad. I like 25pt:

javascript:(function(){var%20theBody=document.getElementsByTagName('body');theBody[0].style.fontSize=prompt('Font%20Size?','25pt');})()

10) Finally... Actually enjoy using google reader on ipad.

share|improve this answer
Wow, it works like a magic! Just that '1.2em' is better for me:) Now Google Reader beats any client apps, even on iPad - no apps support all the actions("Star", "Share", "Like", "Add tags") like the web version of Google Reader! – an0 Aug 27 '10 at 3:08

I can't answer your question about that per se, but I can say that there are much more elegant readers available that use Google Reader as a data store. Reeder is the nicest I've seen--very tactile and minimal and iPaddish and lovely.

share|improve this answer
1  
+1 funny, -1 not an answer... evens out at 0. :) – Fosco Aug 20 '10 at 15:05
Please stick to the question. It is a web app question and it is web app faq site, isn't it? If I want to ask about native apps I'll ask somewhere else. Thanks. – an0 Aug 22 '10 at 4:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.