Summary | Why force iPhone to mimp/mobile mode? |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | eric.rostetter (at) physics (dot) utexas (dot) edu |
Created | 02/18/2008 (6346 days ago) |
Due | |
Updated | 09/30/2012 (4660 days ago) |
Assigned | |
Resolved | 02/27/2008 (6337 days ago) |
Milestone | |
Patch | No |
mail. Can send fine, just can't receive now.
mail. Can send fine, just can't receive now.
State ⇒ Resolved
Request 6332created, and I'll close this one.mimp, though this should have been a new ticket.
Since we consider browsers mobile for any small device, i.e. PDAs, I
think we should do the same for iPhone. With the view switch users
still have the option to use anything else.
killer here...
(template/mobile.php I think) to allow them to select the interface
(traditional, dynamic, mobile), defaulting to mobile, so they could
overturn the default mail interface (if for some reason, the above
change isn't appropriate).
*always* be as basic as possible.
State ⇒ Feedback
screen regardless of what we decide about the iPhone in particular.
Could you please create a separate MIMP ticket for this?
If someone wanted to give me an iPod touch I'd promise to work on good
mobile Safari support. ;)
But seriously: I can go either way on this. It is a mobile device, but
I guess what that means is fuzzy. Can you bring it up on the mailing
list (horde or dev, I think) to get input from people about what we
should default mobile safari too? And if we decide to not mark it as
mobile, should we do that for all mobile safari versions, or just the
iPhone/iPod touch?
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ Horde Framework Packages
Summary ⇒ Why force iPhone to mimp/mobile mode?
Type ⇒ Enhancement
hence defaulting to mimp instead of imp. While the iPhone is mobile,
it has a more-or-less full Safari which works fine in non-mobile mode.
My iPhone users all want the imp and not mimp interface, and the
mimp login screen doesn't let them choose the interface the
way the imp login screen does.
I patched it with the following overly long patch to not mark the
iPhone as mobile:
494a495,501
strpos($agent, 'Safari' ) !== false &&
strpos($agent, 'Mobile' ) !== false ) {
// Exclude the iPhone -- EJR
$this->_mobile = false;
}
"if" statement above
that though.
I don't know of any other implications of doing this for other apps.
No one has reported any problems at least...
An alternate solution would be to allow the mimp login screen
(template/mobile.php I think) to allow them to select the interface
(traditional, dynamic, mobile), defaulting to mobile, so they could
overturn the default mail interface (if for some reason, the above
change isn't appropriate).