A viewport is a rectangular viewing region in computer graphics, or a term used for optical components. It has several definitions in different contexts.A viewport is a region of the screen used to display a portion of the total image to be shown. Also it can be a group of regions that together make ...
0
votes
0answers
5 views
High resolution picture outside of viewport view on Blend 2012
I am trying to add a textbox on top of a picture in Blend 2012. The picture has a much higher resolution than the viewport (tablet view). I can scroll down but I can only see the outline of the ...
0
votes
2answers
29 views
Mobile site too wide, viewport tag doesn't work
There's a desktop version of the site and I'm making its mobile version by editing the same CSS files.
I hide many wide/unnecessary elements with display: none; and I made sure I'm using percentage ...
0
votes
1answer
19 views
CSS issue in Chrome for Android
I'm developing a very basic responsive website.
While it works perfectly on the Responsinator and Firefox for Android, some of the media queries and CSS properties don't seem to be taken into account ...
1
vote
0answers
14 views
Script For Assigning Viewport Meta Parameters, iPhone / iPad Conundrum
I am using a JavaScript snippet to set the content parameters of the viewport meta tag, based on the width of the browser window. The script does almost what it should: it sets the initial scale value ...
0
votes
1answer
15 views
Viewport is not working for using page width of 1170px for mobile devices, how to fix?
I used below things but not working, my page width is 1170px and its not fit it into the mobile devices. Am new in this site any one can help me out? thanks in advance.
<meta name="viewport" ...
1
vote
1answer
14 views
Set Viewport Meta Parameters Based on the Width of Browser Window
I want to set different parameters for viewport meta tag, depending on the current browser window, and to be able to change them on resize (removing the current viewport meta tag(s) first and then ...
0
votes
0answers
10 views
WebWorks Viewport Width Issues
On the Blackberry Bold 9900 running 7.1 Bundle 998 (v7.1.0.284, Platform 5.1.0.230) I am having a strange viewport related issue.
I am non-deterministically seeing screen.width alternate between ...
0
votes
0answers
23 views
Is there a way to emulate HTML/CSS zoom properties in Windows Phone 8 WebBrowser?
I want to display a website in a Windows Phone 8 WebBrowser view and fix the viewport zoom to display content in the logical screen resolution, e. g. a 300 CSS pixels wide element should take 300 ...
0
votes
0answers
7 views
iOS/safari different widths on pages with the same css
I have a site built with joomla CMS, everything looks fine in most browsers except for safari on ios (mobile) units. The problem is that the pages get zoomed so a bit of the menu dissappears, this ...
0
votes
0answers
9 views
Viewport Android, fixed but need to add the new version aswell?
Here is the code getting my Viewport to work on android devices....and works great but no recent Android 4.2 etc
<script type="text/javascript">
function viewport_to_device_width() {
...
1
vote
4answers
44 views
Viewport height and .css()
What I'm trying to achieve is to get the browser's viewport height and add it to several classes of my css. So far I have this:
Get viewport height:
var width = $(window).width();
var height = ...
0
votes
1answer
20 views
Does the Bootstraperization of my site obviate the viewport declaration?
I Bootstraperized my asp.net Razor 2 website by implementing what Dan recommended here: Where should I bootstraperize my web site?
In my _SiteLayout.cshtml file, I had this line that was added by ...
0
votes
0answers
12 views
metatag in websites for mobile devices?
If you create a website for mobile devices e.g. smartphones, do you add a meta tag like the following every time?
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, ...
0
votes
0answers
56 views
WindowsPhone8 IE10 viewport scroll issue
I have my windows phone layout xaml as follows:
<Grid x:Name="LayoutRoot" Background="Transparent">
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
...
1
vote
0answers
45 views
Page transition in viewport using CSS transform
I'm trying to bring page in and out of viewport using CSS transitions.
The basic idea behind this is to put <div> in viewport by applying
-webkit-transform: translate3d(0, 0, 0);
and put ...
0
votes
0answers
22 views
Viewport on Android Tablet Device
The viewport looks good in landscape mode, but when changing to portrait mode on a Android Tablet only... the viewport stays the same width as the landscape one, and ends up zooming in, and me having ...
0
votes
0answers
22 views
Strange viewport behavior with phonegap
I have a WebApp that I'm also making into native versions with PhoneGap build. First, some background. I have a responsive UI that uses and iPhone-like list interface on small devices and a tabbed ...
2
votes
5answers
37 views
jQuery .width() Conditional Always Triggers in IE
I have a client site that switches to a mobile version whenever the viewport size falls within specific paramaters:
if($(window).width() < 800) {
...
0
votes
0answers
92 views
How to make full width image slider?
I have to make a full width slider in home page . I have used meteor slider plugin in wordpress.
<div class="main-slider">
<?php if ( function_exists( 'meteor_slideshow' ) ) { ...
-1
votes
2answers
47 views
jQuery function issues
I have adapted someones example (from a previous Stack Overflow question I asked) to do what I want, but it doesn't seem to be working.
If it helps then here is the link to that question
The ...
0
votes
2answers
43 views
Run a function constantly
I'm using the excellent inView plugin to check if an element is visible in the viewport, using setInterval, but the function only runs once and only when the element IS visible, not otherwise (should ...
1
vote
0answers
18 views
How to disable media queries and viewport in iframe
I'm loading iframes for a special application and need a way to disable the responsive coding (viewport and media queries) in all iframes.
Is there a simple way to do this? Let's say applying an ID ...
0
votes
0answers
16 views
Retina mobile web app
DISCLAIMER: I know that these types of questions have been asked to death, but none I could find helped my specific case.
I'm doing a mobile web app where I can't use responsive styles (=defining ...
-1
votes
2answers
53 views
Automatically set the scale of an element based on the height of the viewport
To scale an element with CSS based on various viewport heights is tedious to say the least, and should IMO not be needed. Then again, I might be totally wrong.
I am wondering if it is at all possible ...
1
vote
0answers
21 views
Another Viewport Meta Tag Issue
Ahhh... I'm beginning to tire of the viewport tag.
Anyway, hopefully someone out there can assist with this question. I know similar questions have been asked on SO, and I've read quite a few of ...
0
votes
2answers
28 views
Viewport always centralized on a bigger background image
It is possible to make viewport behave like this with css and/or javascript/jQuery:
Currently, I'm using the css below to make the background cover the whole viewport:
#background {
width: ...
1
vote
0answers
30 views
CSS screen resolution adaption with browser's “zoom”, “moz-zoom”, etc
While searching for an easy way to make my menu (http://www.ck-game.com/newIndex.html) fit screen size I stumbled over the possibility of using the browser's zoom functionalities (zoom, moz-zoom, ...
0
votes
1answer
27 views
webview (assets) doesn't respect the device width
A month ago i did a simple webview that called a web page (php) in which there was this:
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
...
0
votes
0answers
31 views
Improve WPF 3D Quality
I'm using some basic geometric figures in a viewport. Somehow the quality of the edges is very bad on my laptop (no antialiasing, very pixelated). It is much better on my home computer.
My laptop runs ...
1
vote
3answers
70 views
100% Height Div on iPad
I am working on a responsive website using the Skeleton Grid and have a left floated navigation bar div that is 100% height of the browser window. It works in all browsers I've tested except for ...
0
votes
1answer
42 views
Load image only when image tag container comes in viewport
In photo gallery all images are loaded in thickbox , I wants to load the original thumbnail of the slider when its container div comes into the viewport.My HTML structure is:
<div ...
0
votes
1answer
47 views
Detect when elements within a scrollable div are out of view
I need to find a good solution to the following problem. I see a lot of people asking about tracking if an element is in or outside of view Port for the page or browser window. I need to be able to ...
1
vote
5answers
55 views
CSS or jQuery to right align image in Viewport and still allow scrolling to left
I'm working on a HTML page for Webkit, and have an image wider than the viewport (2048 x 1536px). I'd like to have the right half of the image appear in the viewport as the starting point, and allow ...
0
votes
0answers
57 views
Detect when Mobile Safari / Android Browser Navigation Bar Retracts via JavaScript
I'm trying to create a div that fills the entire viewport's width and height on a mobile device. The problem is, Mobile Safari and Android Browser have a navigation menu that disappears once the user ...
1
vote
1answer
82 views
Overlaying two graphs using viewports
I've been trying (knowing all the reasons why I shouldn't) to overlay two graphs on each other. I remember that when I used viewports in the past the two images would overlay on top of each other. So ...
1
vote
1answer
31 views
Gtk Expander in a scrolled window: The width of the scrolledwindow doesn't update
When using a Gtk ScrolledWindow with the horizontal Policy Never, I expect the scrolledwindow to adapt, if the horizontal size request of the child changes.
But that's not the case, for example when ...
0
votes
4answers
97 views
Chrome remembers scroll position
I'm running into a problem that's actually a "feature" on Chrome.
As most of you might know, Chrome remembers a scroll position that it returns to, whenever you come back to a page. And I kind of have ...
1
vote
3answers
188 views
Twitter Bootstrap layout to “wrap” evenly on viewport resize
I'm attempting to create a responsive layout using Twitter Bootstrap. There is a "grid" of images (100x100) that I'd like to display in rows of 1,2 or 4 wide. I'm using a ".row" within ...
0
votes
1answer
32 views
Make divs width and height equal to viewport with JavaScript
I have a one page website that uses jquery scrollLeft to scroll between horizontally aligned divs that will work as pages.
These divs should be 100% width and 100% height (equal to current viewport).
...
0
votes
2answers
47 views
Image load when the element comes into the viewport only
I am building a photo gallery and i wants to load the images only when the content "DIV" element comes into the viewport.I am using jquery viewport.js for this.
By default i am setting the src ...
0
votes
0answers
22 views
Nexus 7 Responsive CSS - strange y-axis movement for no obvious reason
I'm wondering if anyone else has experience in this issue. I'm working on a responsive build, which works fine on everything but my Nexus 4 and Nexus 7. Both browsers render the page with a tiny ...
1
vote
0answers
46 views
setting view port before loading HTML page in iOS
I am an iOS developer and i do not have any knowledge about web development.I am trying to load an HTML page on UIWebView since the content size of web page is larger then the iOS device screen ...
0
votes
0answers
18 views
Can I make hud outside viewport?
I need help. I just made a viewport. Sizes are: x = screenwidth;
y =screenheight - B;
How can I work with the remaining side of screen (x = screenwidth
.... y = B)
I want to draw string ...
0
votes
1answer
81 views
Mobile Firefox ignores Viewport completely
I'm lost and can't figure out how to convince Mobile-Firefox to load my site fully zoomed out :/ I couldn't find a working solution searching both stackoverflow and the web. Here's a link to the
...
0
votes
1answer
26 views
Make game panel
1 )I am currently making 2d tank game. I need to make panel where I could draw information about tanks etc. What is the best way to do that? Do I need to make 2 viewports (1 for game and 1 for panel) ...
0
votes
0answers
31 views
Viewport scaling is breaking when rotated back to portrait
I am developing a mobile version of my website but I'm encountering some strange behaviour when rotating my device (iPhone). It looks and works fine when rotated to landscape orientation, but when ...
0
votes
0answers
58 views
iPad keyboard changes viewport on orientation change
I have a very unique bug with iPad3 iOS6. I have a website that needs to be stared as a web app from the home screen. I have a very simple viewport tag: <meta name="viewport" ...
0
votes
2answers
144 views
Place a modal window in viewport
I just started ExtJS, so it might be very trivial what I ask here. I just completed the cars tutorial from the Sencha website and am now trying to create something. I have added a Viewport as initial ...
0
votes
0answers
53 views
HTML iPhone Viewport Metatag - Cannot scroll page vertically
Using the follow meta tag:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
When viewing the page on an iDevice, the scaling is correct, but the ...
-2
votes
2answers
35 views
Javascript jquery position of browser display area
I need to position an object at the top of the browser viewport, regardless of the scroll position. Objects have offsetTop. What is the function or object name for the viewport?







