Mobile layouts and one of the initiatives for Drupal 8.
4
votes
2answers
2k views
Services 3 and session authentication
I creating a titanium mobile app that consumes and uses Drupal Services I'm able to create a node, but the user is always anonymous. I've tried setting the request headers so that the Authentication ...
4
votes
3answers
1k views
Handling Mobile Images in Responsive Drupal 7 Theme
Sorry for the open-handed nature of the question, but I don't know where else to get an answer to this. I'm deciding whether or not go full-force into a responsive Drupal 7 theme, probably the Omega ...
4
votes
3answers
2k views
Drupal 7 and jquery Mobile
I had seen that wordpress integrate a special plugin to transform wordpress themes in mobile themes with a integration of framework Jquery Mobile.
Is it possible to make for drupal 7?
Exist a module ...
4
votes
3answers
1k views
How can I upload photos from iphone/Android to Drupal?
I know that I can build iphone/Android apps with frameworks like phonegap and titanium.
I wonder if there is an easier way? Aurigma Up seems like an interesting idea. Has anyone used this or similar ...
4
votes
1answer
158 views
Mobile Tools frontpage for mobiles problem
I have Mobile tools 2.x-dev version installed at this moment.
Device detection and theme switching is working properly. But frontpage for mobiles specified in mobile tools settings, does not work. In ...
4
votes
1answer
356 views
Using responsive themes in mobile development
I'm building a website with Drupal 7 which I'd like to be able to serve nicely to the most prominent mobile devices in the NYC area (I'm thinking iPhone and Android). I'd like the solution to be as OS ...
3
votes
2answers
5k views
How do I maintain aspect ratio of scaled image with max-width?
When I use an Image Style that scales the original image, Drupal 7 (now 7.14) prints the height and width attributes in the img tag whereas before it didn't.
So before, my CSS img {max-width: 100%;} ...
3
votes
2answers
98 views
Choose theme depending on the USER_AGENT
How do I use the mobile theme if the $_SERVER['HTTP_USER_AGENT'] is mobile, and use the desktop theme if it is desktop?
3
votes
2answers
218 views
iPhone uploded images rotated?
Has anyone else run into the issue with images uploaded from mobile safari from an iPhone are oddly rotated before they are published?
I'm running into this issue and can't figure out how to fix it.
3
votes
2answers
285 views
How to detect a mobile browser using PHP in content?
I am a new Drupal 7 developer with some understanding of "stuff" but clearly not enough in this case! Using Drupal 7.14 with the PHP filter on I have the following in a Basic Page content type:
...
2
votes
2answers
459 views
Switch to Drupal Mobile Theme Programatically
I found the following code on http://detectmobilebrowsers.com/ and would like to use it to programatically switch from my default theme to a mobile theme that I will also have active.
<?php
...
2
votes
3answers
853 views
Mobile CSS and media queries?
What is the easiest way to create a mobile stylesheet for a Drupal 6 site? Is there a simple way to just create a css file, declare it in the info file add a viewport meta tag to your templates and ...
2
votes
1answer
102 views
Is it possible to run a Drupal 7 site without jQuery? [duplicate]
Possible Duplicate:
Remove jQuery and find out what is asking it to be included
I'm building a simple site that is focussed on performance and must run well on mobile and other low-power ...
2
votes
1answer
59 views
Omega theme, global css and the lack of grid at global.css
It seems that I misunderstood one major feature of the Omega theme. From what I see, the mobile-first basic css file - global.css - ignores the grid layout altogether and stacks elements one over ...
2
votes
1answer
255 views
Getting views data as a REST service
I need a way to get the output of a view as a REST service in JSON format.
I read about the RestfulWS and the Services modules, but I didn't find enough documentation.
Are these straight forward, or ...