12
The framework in jquery you can download from
here in xoops 2.6
I'm creating the basis for access from mobile in the same database that you use for your desktop or tablet in xoops.
changes should be based on the profile and pm modules trasfprmati in mprofile and mpm, in addition to my mobile site I put mcontact.
m stands for mobile module.
In essence the template to be modified are those that normally use, with the addition of some parameters in the html tag, as for example:
data-theme=,
data-role=,
data-position=,
data-icon=,
data-iconpos=,
data-mini=,
placeholder=, etc.
You can already begin to build your templates from these parameters.
Work in progress