Results for: orientation
While testing my site between the Desktop, iPad and iPhone, I've noticed an issue that I can't seem to resolve: Dropdown Menus: While touch-clicking a top-bar link on the iPad, the dropdown menu shows up for a second and then the page loads for the top... (continued)
Hi, I am working on a sort of full-screen web-app, primairily aimed at iPhone and iPad. There are 2 basic lay-outs: - 2 blocks on top of eachother (portrait layout) - 2 blocks next to eachother (landscape layout) I use a "small-12 medium-8" and a... (continued)
This question only concerns prototyping; I know it can be done with SCSS mixins, but I'm trying to do something like this – why won't it seem to work?
I know Foundation has the visibility classes for orientation, but I was wondering if there was someway to have a certain (custom) class take effect on a div depending on whether or not the orientation was a given direction. Does Foundation have any good w... (continued)
I am writing a Rails app and wondered if foundation has the capability to force a specific page to display as landscape on a small screen. I know I can hide and show elements based on orientation, but I would like to control a view so it always displays ... (continued)
Hi folks, Even tho I'm on an iPad in landscape orientation, the divs with class show-for-portrait are visible and those with the show-for-landscape class are hidden. What is the right way to use those orientation-based classes so they work properly?
Hi folks, I am trying to specify my layout for iPad view in portrait and landscape orientation. Unfortunately, my code does not affect at all. In my css-file I am trying following:
Hello ZF Community, I want to know the right way to make a @media with multiple parameters like small & landscape OR medium & portrait, IN GENERAL, ${size} & ${orientation} I read media Docs and I try to use @media scr... (continued)