Tagged Questions
0
votes
0answers
18 views
Resetting scale after zooming on iPad/iPhone
In my app I enable and disable zoom for certain sections
I enable zoom with
$('head meta[name=viewport]').remove();
$('head').prepend('<meta name="viewport" content="user-scalable=yes, ...
0
votes
0answers
17 views
Image Flickering on Ipad when zooming only if it is in a div container with css position fixed
Hi have this code:
<div style="position:fixed;">
<img src="http://michelangelo.rinelli.it/wp-content/uploads/2011/11/bug1.jpg" />
</div>
On iPad, if I try to zoom on the page I ...
0
votes
0answers
33 views
Partially pinch in/out in ipad browsers
I have a web page. This is divided into two sections as:
1. Left panel
2. Right panel
I want to apply pinch in/out gesture to right panel content only. Left panel should remain unzoomed.
Viewport ...
0
votes
0answers
41 views
ipad portrait not zooming out to the right sized
When I look at my website on ipad peek portrait, it does not zoom out the appropriate size. It may be that my design does not allow for enough fluidity. I am confusing, however because it did seem to ...
4
votes
0answers
85 views
How to disable zooming ability on iOS for a particular element?
1) Go here on an iPhone/iPad: http://powellcreative.com/clients/Rotary/
I want, when the user zooms in on their device, for the menu bar to NOT zoom in and to stay where it's at and at it's current ...
2
votes
2answers
388 views
Allowing Pinch to Zoom with jQuery.Wipetouch
I'm using the jQuery.Wipetouch plugin to allow swiping gestures to navigate a slideshow.
However, the iPad's native pinch-to-zoom functionality is now broken, because any swiping gestures ...
-1
votes
1answer
197 views
Tablet or Smart Device zoom web page with Fixed Top Menu Bar and Body - looks terrible
Really stuck on this one:
I have a static page with a fixed menu bar on top at a higher z-index. The body of the page is a lower z-index under the menu bar.
When I view this page on a smart phone or ...
0
votes
0answers
52 views
Double click/touch on iPad, possible workaround please
I have a page that has an add and a minus button which someone may want to keep clicking on to increase a value. This is ok on desktops but on the iPad (and possibly other tablets), touching twice in ...
0
votes
1answer
190 views
iOS UIPinchGestureRecognizer getting offset with unknown source at the UIGestureRecognizerStateEnded state
I have a UIView with custom drawRect() method, used for some drawing.
I use UIPinchGestureRecognizer to achieve zooming effect.
This is action method:
- ...
0
votes
0answers
25 views
ipad pinch flickering on my webpage [duplicate]
Possible Duplicate:
Website for Ipad every click weird black squares
I am making an ipad webpage . Do anyone know why everytime I pinch zoom my webpage, my webpage freeze for a second then ...
0
votes
0answers
72 views
un-zoom page on click via javascript
I have an ipad app where i have allowed user to zoom in and zoom out. The user have few divs which are clickable and opens up images when clicked. Issue is when the page is zoomed and then the divs ...
1
vote
2answers
77 views
unable to zoom my ipad app
I have an ipad app where in the default pinch zoom functionality of ipad is not working.
I have used the following meta tags in my html
<meta name="viewport" content="width=device-width, ...
0
votes
1answer
102 views
Calculate distance between points drawn on different zoomscale
I'm developing an iPhone app where the user chooses an image and then is allowed to draw on it (dots) that maybe stored on different zoomscales (he's allowed to zoom in and out).
I store the location ...
0
votes
1answer
66 views
iPad webapp: fixed footer und zoomable content
I'm working on a webapp which will have a fixed footer, but the content remains zoomable, similar to google maps.
I've tried it with jquery mobile but it does not work as desired.
If nothing works, ...
0
votes
1answer
73 views
iPad Zoom Issue on un-focussed tab in Safarai
I have a web page that doesn't (and shouldn't) allow zooming on the iPad. Everything works great, except in this scenario where multiple tabs are open in Safari:
1. have focus on my ...
0
votes
2answers
447 views
How to Zoom UIWebView in iPhone
I am new to this technology,
I am loading webpage in my webview,
I didn't set scalePageToFit property. without using this property i want to do Zooming In and Out on my webview.
is it Possible ?
...
2
votes
2answers
1k views
Can't zoom in or out with mobile device
I made this website: Kansvoedingsadvies.nl with Wordpress. Now that I'm visiting the site with a mobile device (iPad and iPhone) I see that I am not able to zoom in or out. I have search on google for ...
0
votes
1answer
67 views
MapKit: How Can I Transfer the Exact Same Projection to a New Instance With A Slightly Different Shape?
OK, here's the deal:
I have two views: simple and advanced. On the iPad, they come with a big-ass map view, with a marker that can be moved to indicate a position.
Each view has a different instance ...
0
votes
1answer
4k views
How Does This Website Block Pinch-to-Zoom on iPad?
I visited mobile-apps-news on an iPad and noticed there's no way I can pinch-to-zoom, it's using a responsive layout - but I'm very curious to how they've blocked pinch zooming under iOS. It's ...
2
votes
2answers
201 views
How to zoom two Images placed side by side, together?
I have two scroll-views placed side by side and they can be zoomed individually. I've done this by putting my view inside a scrollview and setting the zoom-scale for the scroll-views. So far, it works ...
0
votes
1answer
505 views
How to zoom out website build for tablet on smartphone?
I developed a website for 1024x768 and used the following viewport:
<meta name="viewport" content="width=768, initial-scale=1" />
It looks great on desktop and tablet, but when I view on the ...
1
vote
0answers
262 views
iPad zoom separates website divs
I am having an issue on my website I am building when viewing on an iPad or iPhone.
The header of the page is position:fixed; to the top. Whilst the rest of the website scrolls down in a container ...
1
vote
3answers
474 views
How to allow page zoom on iPad but not iPhone
I'm building a website that responds to iPhones. To get the screen to scale to the screen scale I'm using the meta tag:
meta name="viewport" content="width=device-width; initial-scale=1.0;
...
0
votes
1answer
997 views
How do I make iPads not zoom my web page when they rotate?
I have a web page that works no matter what size the viewport is, so it shows up well on iPad in either landscape or portrait mode. However, when you rotate from landscape to portrait, the iPad zooms ...
4
votes
7answers
12k views
Safari iPad 1: how to disable zoom/centering on double-tap, but keep pinch zoom
I wonder if its possible to prevent double-tap-to-zoom and double-tap-to-center on a specific HTML element in Safari iOS (iPad 1) ?
Because my small HTML5 game forces users to make fast clicks (or ...
0
votes
1answer
478 views
endless zoom CATiledlayer iOS
Is there a way to reset your zoomlevel each time you're on a deeper zoomlevel so you can have an endless zoom?
I'm trying to create a CATiledLayer where each tile has a different color and when you ...
1
vote
1answer
760 views
iOS/Safari Web App Image Zoom
On a web-app I am developing I would like the user to be able to pinch zoom in and out of a high resolution image. The client would like this to work on iPads, but it would be best if it was multi ...
1
vote
1answer
1k views
Catching zoom event on Safari mobile (iPad)
I need to make our ExtJs powered web application work in mobile Safari on the iPad.
Most things are working, but the "zoom" event on the ipad messes up the layouts, I think I just need to fire a ...
0
votes
0answers
197 views
How can I prevent a UIWebView from being able to zoom below a zoomScale of 1?
I have a webView that I'm using to display a PDF. I really would prefer it if I couldn't zoom the zoomScale below 1. I thought something like this would work:
- (UIView ...
10
votes
1answer
874 views
iPad Zoom Scale Detection
I'm trying to find a way to detect how zoomed in someone is on a web app so that when they click to pull up a menu, the menu stays the same size regardless of the zoom. To do that, I need to be able ...
0
votes
1answer
1k views
zoom animation using animation with block based methods
I have a zoom animation in which when I perform an action, a view comes up in a zooming fashion.
The code I use to do this is,
CGFloat xpos = self.view.frame.origin.x;
CGFloat ypos ...
0
votes
1answer
466 views
zooming animation problem in ScrollView - Ipad
In my app, I have a split screen in which the detail view is a scrollview. I have 5 tables which are subviews of my scrollview in which 3 table views are side by side on top and 2 table views are side ...
4
votes
1answer
7k views
iPad viewport issue between portrait and landscape
I have a web page that comes up on an ipad. I added this meta for the viewport:
<meta name="viewport" content="width=980,maximum-scale=1.0" />
It works just fine in portrait, then when the ...
9
votes
4answers
8k views
How can I use JavaScript to set the zoom level on mobile safari?
How can I use JavaScript to set the zoom level on mobile safari?
5
votes
1answer
2k views
Why are some websites not zoomable on iPad?
Does anybody have any idea why iPad zoom (you know, where you use two fingers to enlarge the text/screen) does not work on some sites?
For example:
facebook.com
c3.arc.nasa.gov/nex/ ± the site that ...
0
votes
0answers
157 views
User interaction is disabled when run app on iPad, working fine for iPhone
My application is running perfectly on iPhone (all version 3.0 - 4.0), but when I run the app on iPad (3.2) app is running but I'm not able to make any user interaction, even the 2x button is also not ...
2
votes
1answer
438 views
preventing zooming at some limit
In my ipad openGL based application I am drawing a 2D and 3D object and rotating it according to the user's finger motion....On pinching the screen user is enable to zoom those objects...But what I ...
6
votes
5answers
10k views
Safari iPad : prevent zoom on double-tap
I'm creating a site on Safari for iPad. I need to prevent the zoom on double-tapping event but I have two problems:
a double tap doesn’t generate any events, so I can't use "event.preventDefault();"
...
3
votes
2answers
1k views
Developing iPhone app to Run on iPad - Auto Set 2x
Is there a way to programmatically set the iPad to run the iPhone app at 2x as it is launched (yet keep the iPhone app native). I understand I can create NIB files for each hardware platform, but for ...