Closed (works as designed)
Project:
Browscap
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 12:53 UTC
Updated:
14 Oct 2013 at 20:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
socialnicheguru commentedsubscribing. I would like to help you test.
Comment #2
nwe_44 commentedthanks for your support. I did build something, but it's still quite buggy. Will put it up when it's ready for more public consumption.
Comment #3
steven jones commentedThanks for the effort, I think this belongs in the Browscap module, and not in Context, hence I'm moving to that issue queue.
You will probably want to look at integrating with the 3.x branch of Context, using a ctools style plugin. Good luck!
Comment #4
socialnicheguru commentedI would also like to save the theme depending on if it comes from a mobile phone or a computer.
Comment #5
paulgemini commentedAny progress on this one?
Comment #6
devin carlson commentedThe ability to modify a theme depending on screen resolution is already handled via CSS 3 Media Queries. Check out the Omega - Responsive HTML5 Base Theme for a great example of media queries and responsive design.
Modifying image sizes (of images that are controlled by images styles) to fit certain screen resolutions can be done using the Responsive Images module.
Comment #7
devin carlson commentedIn order to keep Browscap lightweight, I think that integration with other modules should be left out. Integration between Browscap and Context is taken care of by other contrib modules such as Mobile Tools.
Comment #8
arh1 commentedContext integration makes good sense to me, too. Mobile Tools is often too heavy-handed when I just want to toggle off a few blocks for mobile devices in an otherwise responsive design.
Writing a Context plugin for Browscap proved pretty easy -- just want to doublecheck that you're not interested in a patch, Devin.
Comment #9
arh1 commentedAttached is a patch that takes a first pass at Context integration. It just provides a simple condition with checkboxes for whether or not the UA is a mobile device.
In the hopes that you'll reconsider, Devin Carlson :)
Comment #10
gregglesI don't super duper like this idea. Why not include it in Context if anywhere?
Setting back to WAD.