Colm,
Thanks for the reponse probably I'll use for other purposses.

Eric,
I have InlineJavascriptPlugin in this TW but I don't know how to use
the javascript
to detect the navigator.userAgent.
At this moment I have this piece of code.
// <![CDATA[
        if ((navigator.userAgent.indexOf('iPhone') != -1) ||
(navigator.userAgent.indexOf('iPod') != -1) ||
(navigator.userAgent.indexOf('iPad') != -1))
{ config.shadowTiddlers.MarkupPreHead='[[IphoneMarkupPreHead]]';
        } // ]]>
But I don't know if is correct.

-- 
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