Jan 2010
Using RapidWeaver to Generate Help Files for iPhone App
January 11, 2010 Filed in: iPhone
I’m no HTML guru. I can read it and, with great labor, write it. Since I use RapidWeaver for all of my websites, I decided to see if I could use RapidWeaver to create the help files on the iPhone app.
Here I describe my process for doing this.
Read More...
Here I describe my process for doing this.
Read More...
Disabling Zoom in UIWebView
January 08, 2010 Filed in: iPhone
In an earlier post, I discussed various behavior differences of different document types within UIWebView. One of the uglier aspects of UIWebView is the extra margin that can appear in RTF or HTML pages after you’ve zoomed and then rotate the device.
Turns out that Apple has some iPhone specific META tags that can disable the zoom.
Read More...
Turns out that Apple has some iPhone specific META tags that can disable the zoom.
Read More...
UIWebView Document Behavior Differences
January 02, 2010 Filed in: iPhone
I was trying to decide what document format to use for my help and about app panels. UIWebView is the obvious view of choice to use. UIWebView will display many different document formats, but I considered using 4 different possibilities: PDF, Pages, RTFD, and HTML.
Each document format behaves differently within UIWebView. Below is a summary of some of those differences.
Read More...
Each document format behaves differently within UIWebView. Below is a summary of some of those differences.
Read More...