[Tickets #7228] wrong default view when using a mobile device
bugs at horde.org
bugs at horde.org
Fri Aug 22 18:09:30 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7228
------------------------------------------------------------------------------
Ticket | 7228
Created By | agerhard at usp.br
Summary | wrong default view when using a mobile device
Queue | MIMP
Version | 1.1
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
agerhard at usp.br (2008-08-22 14:09) wrote:
When I log from a mobile phone (BlackBerry in my case), the default
"view" (as defined by force_view and select_view = false) is dimp,
which is not appropriate (it renders badly). With I really want is that
when using a mobile device, the default/forced view is mimp. But only
if the user access from a mobile device.
If I define "select_view" as true, then I have to choose the view in
the login page, with the possibility of annoying users if they choose
the view incorrectly.
The point is that I am obliged to define a view (by the variable
"force_view") . I would like instead to have a default view for mobile
devices and other default view for normal computers.
I think that this problem occurs because the variables select_view and
force_view are coupled. Maybe the
way to solve this is to have two "force_view" variables, one for
mobile and another for normal use.
Then, I could have, for example, "force_view_mobile" = mimp and
"force_view" = dimp. The decision
of using one or another is then made by the detection routines (isMobile()).
More information about the bugs
mailing list