| Version 4 (modified by , 15 years ago) ( diff ) |
|---|
Mobile Portal
Provide a simple portal for access from devices with low bandwidth/screen sizes/ CPU.
This acts like the '/m' version of popular websites.
This should be light on AJAX (if present at all).
This can use the existing RESTlike CRUD controller's ?format=plain to generate lightweight forms.
An XML library of mobile phone capabilities:
Discussion of Web2Py ways of detection:
CSS thoughts:
Status
response.s3.mobile is populated by a check on the Browser in models/00_settings.py.
This can be used to direct to appropriate pages - e.g. assess/create goes to assess_short_mobile

