Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How to detect the possible matches for mobile devices in HTTP header user agent.
  • Efficient way to manage and maintain possible devices list for new mobile devices added in the future.
  • How to render the mobile theme.(Do we let the theme designers to implement their own mobile theme or one theme to act in both ways.)
  • Basic information that is to display in mobile template
  • Feature to be added to the HTML5 template.(Client side storage , media etc.)

Design

How mobile detection is done

Roller mobile will use details in HTTP header's user-agent and match it with possible matches using regular expressions.

How to render the mobile theme.?

There are 3 options available,

*Use different weblog,search ,tags and entry pages for each template. complex to maintain and handle
*Use a one default mobile theme for all desktop theme. restricted
Use different mobile theme for each desktop theme. *preferred methodList and describe new manager methods, Struts actions, JSP pages, macros, etc.

Comments

Other can leave comments here.