Tagged Questions

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 one layout.

learn more… | top users | synonyms

20
votes
1answer
10k views

Using jQuery To Get Size of Viewport

How do I use jQuery to determine the size of the browser viewport, and to redetect this if the page is resized? I need to make an IFRAME size into this space (coming in a little on each margin). For ...
13
votes
5answers
11k views

Does jQuery have any functions to scroll the client to the bottom of the view port?

I want to animate a scroll to the bottom of the viewport with jQuery. Is there a plugin available which isn't overkill (i.e. without a huge feature set for this small task); Is there a plugin ...
12
votes
2answers
15k views

Using jquery to get element's position relative to viewport

What's the proper way to get the position of an element on the page relative to the viewport (rather than the document). offsety/x seemed promising: http://docs.jquery.com/CSS/offset But that's ...
12
votes
5answers
26k views

How to set viewport meta for iPhone that handles rotation properly?

So I've been using: <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> to get my HTML content to display nicely on the iPhone. It works great until ...
10
votes
4answers
8k views

Multiple viewports in OpenGL

I need to show the same object in OpenGL in two different viewports, for instance, one using ortographic projection and the other using perspective. In order to do this, do I need to draw again the ...
8
votes
3answers
2k views

iOS / mobile safari still zooms while viewport is set to user-scalable=no ? Check Accessibility settings!

This specific Mobile Safari (seemingly impossible and yet undocumented) problem kept me going for a long long time today, and I was just about to post a question about it here when I figured it out. ...
8
votes
4answers
2k views

with vim how would one increase the vertical split window size

:vsplit and :vs split the vim viewport :30vs splits the viewport and creates the current window to be 30 characters wide Once this 30 char window is created, How would one change it's size to 31 or ...
8
votes
1answer
2k views

Get position of the “viewport” in mobile safari?

Is there a way to determine the position of the "viewport" in mobile safari on a web page? Like x, y, w, h pixel positions of what the phone is currently seeing on the page?
8
votes
4answers
2k views

Precise OpacityMask

Suppose I need to set an opacity mask on a WPF control that highlights a portion of it in precise position (suppose a 50x50 square at (50;50) position). To do that I create a DrawingGroup containing 2 ...
5
votes
3answers
222 views

How do I support more mobile viewport widths on CSS3-enabled website and force mobile browser to use the proper width?

I have website with fixed width of 1000px. I want to support 2 smaller widths of this page. I have succesfully done this through CSS media-queries like this: @media only screen and (min-width : ...
5
votes
1answer
118 views

Passing current Date

Seems like as not possible to fix Graphics2D lack in code, there I must to set fix size for animations, otherwise some Start outside Rectangle 490 x 490 freeze or shaking on the screen my SSCCE ...
5
votes
3answers
156 views

How can I force a site to scale to fix for mobile (Iphone android..)

When I load my site in an iphone it doesn't scale down. All I see is the top-left most couple hundred sqare pixels. I am new to mobile optimization, but I feel like most pages scroll to fit ...
5
votes
1answer
481 views

Visual viewport vs Layout viewport on mobile devices

I've just read a nice article on viewport which left me with a couple questions regarding Visual viewport vs Layout viewport on mobile devices. the width and the height of the layout viewport are ...
5
votes
0answers
574 views

Viewport resizing within an iFrame

I'm trying to create a Carrousel in Sencha which displays iframes. The basic idea is that I have a bunch of HTML files already configured to be viewed on an iPad. So the files have a viewport and ...
5
votes
4answers
2k views

iPad layout scales up when rotating from portrait to landcape

I have a added to the "viewport" "width=device-width,initial-scale=1.0" and on an iPad the page loads up fine in landscape mode, the it switches nicely to portrait and when I rotate it back to ...
5
votes
3answers
3k views

HTML5 Canvas 100% Width Height of Viewport?

I am trying to create a canvas element that takes up 100% of the width and height of the viewport. You can see in my example here that is occurring, however it is adding scroll bars in both Chrome ...
5
votes
2answers
3k views

Can I change the viewport meta tag in mobile safari on the fly?

I have an ajax app built for mobile Safari that needs to display different types of content. Some content I need user-scalable=1 other content I need user-scalable=0. Is there a way to update this on ...
5
votes
7answers
9k views

Reset scale/width/zoom of Safari on iPhone using JavaScript/onorientationchange

I am displaying different content depending on how the user is holding his/her phone using the onorientationchange call in the body tag. This works great - I hide one div while making the other ...
4
votes
1answer
207 views

scale fit mobile web content using viewport meta tag

I'm trying to figure out how to leverage the mobile viewport meta tag to automatically zoom the contents of a HTML page to fit into a web view. Constraints: The HTML may or may not have fixed ...
4
votes
2answers
237 views

JTable how to change BackGround Color

I inspired by MeBigFatGuy interesting question, in this conection I have very specific question about Graphisc2D, how to change BackGround Color by depends if is JTables Row visible in the JViewPort, ...
4
votes
2answers
274 views

R setting space between graphs on a multiplot

Following a previous R post Specifying ggplot2 panel width, I have been able to produce this plot: with this code. You can find the output of dput(datos) at ...
4
votes
1answer
2k views

Mobile Safari Viewport - Preventing Horizontal Scrolling?

I'm trying to configure a viewport for mobile Safari. Using the viewport meta tag, I am trying to ensure that there's no zooming, and that you can't scroll the view horizontally. This is the meta tag ...
4
votes
3answers
4k views

Detect viewport orientation, if orientation is Portrait display alert message advising user of instructions

I am building a website specifically for mobile devices. There is one page in particular which is best viewed in landscape mode. Is there a way to detect if the user visiting that page is viewing it ...
4
votes
2answers
1k views

How to center align the maximum-scale viewport zoom for iphone

When I set a maximum scale and when I rotates orientations back and forth, the web page isn't centered on the phone. So using this code <meta name="viewport" content="width=device-width; ...
4
votes
2answers
1k views

OpenGL - ortho Projection matrix, glViewport

I'm having trouble wrapping my head around how these work. First, in a 2d game the projection matrix should be set up as ortho with left, right, top, bottom matching the window, right? But when the ...
4
votes
1answer
5k views

Webkit iPhone App : How to dynamically change the user zoom (or scale, pich & zoom) in the viewport?

I use JQTouch for an iPhone app. JQtouch disable by default the possibility to pinch&zoom the page. For one page (containing a big image), i need to enable the pinch & zoom feature. This is ...
4
votes
2answers
1k views

Android browser crashes on Ajax calls, when viewport meta tag is defined

I am building a web app, which is intended to run on the Android browser. When I have a webpage that contains any kind of viewport meta tag, like this: <meta name="viewport" ...
4
votes
2answers
177 views

Determining if an offset is in between line numbers?

hi I need to determine if a given selection is in between a start line and an end line. I have an ILineRange and a given offset within the viewport of eclipse. (I need to know, if the selection (from ...
4
votes
1answer
9k views

gluOrtho2D and glViewport

I have an object defined in world coordinates, say a circle centered at (2,3) with radius 4. If I want the circle to not be distorted, to be entirely visible in the viewport and to be as big as ...
4
votes
4answers
3k views

Full viewport height scaling div just css no js… Possible?

Ok, I'm trying to get a div to scale and the height is always the height of the viewport. I'm going to link to my examples as it needs some explaining. www.madmediablitz.com/tv/precentdemo.html The ...
4
votes
1answer
1k views

div positioning based on view port

I would like to position a div relative the the view port of a browser window. Currently I have some popups with some jquery that are dynamically getting positioned based on the window size, however ...
4
votes
7answers
408 views

How can a URL fragment affect a CSS layout?

Compare these 3 URLs (look at the top navigation bar in each case): http://fast.kirkdesigns.co.uk/blog as above but with the url fragment #navigation as above but with the url fragment #node-2655 ...
3
votes
1answer
85 views

Pinch/Zoom viewport specification works on iPhone but not on Android

I made a WordPress site a while back from a Sailing Company, xssailing.com and currently have the view port set as: <meta name="viewport" content="user-scalable=yes;width=device-width; ...
3
votes
1answer
129 views

Dynamic viewport using javascript

I'm making a web app mainly for iOS. I want it to work in landscape and portrait, as if it were a native app (so no zooming). I found when setting <meta name="viewport" content="width = ...
3
votes
5answers
56 views

body border-top does not extend beyond viewport

I need a purple line along the top of the site. Instead of using an image I'm using the border-top property on the body. This works in full view but when I resize the browser window the purple line ...
3
votes
3answers
72 views

How to check if an element is in the view of the user with jquery

I have a very big draggable div in my windows. This div has a windows smaller as : <div id="draggable-area" style="width:500px;height:500px;overflow:hidden"> <div id="draggable" ...
3
votes
3answers
456 views

How to disable web page zooming/scaling on Android?

I have written a small web app to collect some data and store it in a central database. I'm walking around, reading values and typing them into a web site on my Android smartphone. It's just for me, ...
3
votes
1answer
573 views

Stage3D in Flash Player 11 doesn't display

I'm trying to write a 3D game in ActionScript 3.0 using the Stage3D API. I've copied the playerglobal.swc in my frameworks/libs/player/11.0 directory, and modified the frameworks/flex-config.xml file ...
3
votes
1answer
109 views

Get width from the center of an element to the edge of viewport

Essentially the idea is to make Element-B and Element-C to cover the area horizontally starting from center of Element-A and ending at the edge of viewport. So, I guess i want to get the distance ...
3
votes
1answer
212 views

Place a control inside 3D object wpf

There are several tutorials that show you how to create 3d objects such as thisIntroduction to WPF 3D. Moreover I could create the 3d objects in other applications and then import them with expression ...
3
votes
1answer
584 views

jQueryMobile viewport not working in Windows Phone

I'm testing jQueryMobile in WindowsPhone and the viewport isn't working.
3
votes
1answer
232 views

Java: Strange behavior of JEditorPane wrapped inside JScrollPane

I'm trying to build a simple help system to my software. The help system built from JEditorPane(Loaded with HTML file) wrapped inside of JScrollPane, inside of the same window there is a JLabel. When ...
3
votes
2answers
484 views

iPhone 4 issue with viewport

I asked a question and received an answer regarding sizing images for mobile browsers. The answer provided works for inline images. However, I need to use background images as part of a header, as ...
3
votes
1answer
185 views

Limit lattice plots to viewports?

I would like to fit a whole lattice plot in a small region of an existing plot. xyplot(decrease ~ treatment, OrchardSprays, groups = rowpos, type = "a") pushViewport(viewport(.2, .7, .2, .2)) ...
3
votes
5answers
507 views

How to set viewport only for iphone or ipad?

I have a website that needs to use 0.3 value for viewport on iphone, but 0.7 for ipad. Is there a way to set viewport for only iphone or ipad?
3
votes
4answers
2k views

Background image cut off beyond viewport

Url for the unruly site: http://chrism.se After we put it live we discovered that if the viewport is too small for the content, so as to require scrolling, the background image (body-tag, repeat-x) ...
3
votes
1answer
592 views

How do I get the height of the mobile safari chrome?

I'm trying to load a div and position it absolutely in mobile safari - think something like the alert box. I tried to use an absolutely positioned div with top set to 50% with a margin half the ...
3
votes
4answers
3k views

Find the exact height and width of the viewport in a cross-browser way (no Prototype/jQuery)

I'm trying to find the exact height and width of a browser's viewport, but I suspect that either Mozilla or IE is giving me the wrong number. Here's my method for height: var viewportHeight = ...
3
votes
2answers
602 views

Moving Objects in Center-of-Mass Viewport

I'm modeling a force-based physics simulation where several particles are interacting with each other. The particles can move in such a way that a static viewport can easily lose track of them ...
3
votes
2answers
1k views

Can you make 3d product models in SilverLight 3?

I've been using ViewPoint to make 3d models for some time, but I'm intrigued with the prospect of moving those models to Silverlight. I have pretty good asp.net experience but have never created a ...

1 2 3 4 5 6