Mobile Client Demo v2 April (2013)
Last modified by Vincent Massol on 2024/11/19 16:12
Description
This is a demo of the current version of the mobile UI. This demo only works for the wiki "dev.xwiki.org" for Javascript security reasons.
You can try adding another wiki but the network access will not work for that wiki.
{{velocity}}
#if($request.view=="iphone")
===iPhone View===
{{html clean=false}}
<iframe src="${doc.getAttachmentURL("xwikimobilev2_20130422.zip")}/xwiki/index.html" width="330" height="480" ></iframe>
{{/html}}
* [[iPad View>>||queryString="view=ipad"]]
#elseif($request.view=="ipad")
===iPad View===
{{html clean=false}}
<iframe src="${doc.getAttachmentURL("xwikimobilev2_20130422.zip")}/xwiki/index.html" width="778" height="1024" ></iframe>
{{/html}}
* [[iPhone View>>||queryString="view=iphone"]]
#else
* [[iPhone View>>||queryString="view=iphone"]]
* [[iPad View>>||queryString="view=ipad"]]
#end
{{/velocity}}
Ludovic Dubost