On Oct 4, 8:10 pm, elnoi <[email protected]> wrote:
> Hello all,
> I'm developing a web page using TW and I was wondering if is it
> possible to do an iPhoneMarkupPreHead that
> only loads when the device is an iPhone.

Hi einoi,

What sort of thing are you looking to apply to the iphone only?
If it is just css then you can just use media queries, either in the
MarkupPreHead linking out to an external stylesheet or you can use
media queries in the StyleSheet tiddlers of your tiddlywiki.

TiddlySpace[1] uses this sort of technique. Here is an example
@media all and (max-device-width: 480px) {
        div.toolbar { visibility:visible;}
}

Hope that is the sort of thing you needed

Colm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to