First off, hats off to the great guys at Realmac for this wonderful piece of software. My thanks!
Now on to the good stuff~
RapidWeaver already has a framework in place that automatically exports link tags relevant to the theme options developers build into their themes. There is also a framework in place that links color options to a specific CSS file so we can build color pickers into our themes as well.
I’d like to propose for RapidWeaver to add another framework, perhaps based on what is already in place, so that theme developers can add iPhone specific options in our themes. I see this as being very similar to the color option framework RapidWeaver already uses, and am hoping (can’t say for sure because I don’t have access to the code base) this is relatively simple to implement since similar features are already available.
A couple of notes for the Realmac guys:
- The exported link tags for iPhone specific options need to be different, with a media attribute of “only screen and (max-device-width: 480px)” - This is Apple’s recommended method for targeting iPhone users.
- Since the iPhone is smart enough to recognize all stylesheets, iPhone specific ones will need to come last so that desktop stylesheets don’t interfere with iPhone layout options