Tag Info

New answers tagged

0

You need to call zoom after each image. Galleria.on('image',function(e){ $(e.imageTarget).parent().zoom(); });


0

The simplest, brute-force approach you could take is to resize your starting images at the beginning of the process to be 3 or 4 times larger than they need to be at maximum zoom. That will reduce the effect of integer pixel rounding once you resize back down for the video frame, to the point where it is (hopefully) not easily visible or at least not ...


0

I took @Phrogz's answer as a basis and made a small library that enables canvas with dragging, zooming and rotating. Here is the example. var canvas = document.getElementById('canvas') //assuming that @param draw is a function where you do your main drawing. var control = new CanvasManipulation(canvas, draw) control.init() control.layout() //now you can ...


1

Add UIPinchGestureRecognizer and UIRotationGestureRecognizer to your view, set their delegates and implement the below delegate function. -(BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { return YES; } That should do it.


0

Minor mod to patrics' answer to get rid of "currentViewBox"... this works with Raphael 2.1.0: Raphael.fn.animateViewBox = function(viewX, viewY, width, height, duration, callback) { duration = duration || 250; //current viewBox Data from where the animation should start var originals = { x: this._viewBox[0], y: ...


0

I have not found any direct solution in the Google Maps API. A potential solution to this problem consists in listening against the OnCameraChange event: Whenever this event triggers and the zoom level is above the maximum zoom level, it is possible to call animateCamera(). The resulting code would be the following: @Override public void ...


0

You can get the max zoom level by calling it getMaxZoomLevel() and then set that value: mGoogleMap.animateCamera(CameraUpdateFactory.newLatLngZoom(fromPosition, getMaxZoomLevel()));


0

Im not sure if this will work but can you try this map.animateCamera(CameraUpdateFactory.zoomTo(10), 2000, null); Hope it helps


0

This is may not be perfect solution for you,But you can try it. 1)Detect the pinch gesture 2)calculate the Scale factor(you can do it manually or you can use ScaleDetector class) 3)Use LayoutParams to actually resize your textview. 4)however it will not scale the text size but you can do it programatically respective to your scale gesture. If you have ...


1

ctx.webkitImageSmoothingEnabled=false now seems to work since 22.


2

Setting the property userInteractionsEnabled to NO on the views that you use to draw your shapes should make the trick: views that you cannot interact with are ignored for touch events.


0

After reading the documentation it looks like the Stage.scaleMode has nothing to do with modern browser zoom functionality. Scale modes are ways to update the layout of the application after the size of the viewport changes. For example: <s:Rect width="100%" height="100%"/> will change its actual width in pixels to fit the Application. First the ...


0

My guess for not being able to have zoom lower than 2 or 3 is because of a bug where VisibleRegion's bounds are calculated incorrectly when displayed area is bigger than 180 degrees: http://code.google.com/p/gmaps-api-issues/issues/detail?id=5285. If this bug is fixed in a proper way (that is returned LatLngs are correct) and not by blocking zoom level 2 in ...


0

If you want to save the image width and height just create CGSize variable and save like below CGSize croppedSize = croppedImage.size


1

To save zoomed image : UIImageWriteToSavedPhotosAlbum(croppedImage, nil, nil, nil); To save Image Size CGSize imageSize = CGSizeMake(croppedImage.size.width, croppedImage.size.height);


0

Have you tried adding also maximum-scale=1.0? Not shure this is the solution, but maybe worth a try.


1

What about checking the window original size and re-size size, then try to call your function? So, even if you are in 90% view on load, this window size will be original size and only when you resize (under 90% view), your functions will be called? $(document).ready(function(){ var original_width = $(window).width(); var original_height = ...


0

What i came up with is : 1) Make a position:fixed <div> with width:100% (id=zoomdiv) 2) when the page loads : zoomlevel=$("#zoomdiv").width()*1.0 / screen.availWidth And it worked for me for ctrl+ and ctrl- zooms. or i can add the line to a $(window).onresize() event to get the active zoom level Code: <script> var ...


1

I finally got this to work by setting both the initial transform and the zoom behavior to the same value. var zoom = d3.behavior.zoom().translate([100,50]).scale(.5); vis = svg.append("svg:svg") .attr("width", width) .attr("height", height) .call(zoom.on("zoom",zooming)) .append("svg:g") ...


1

register zoom listener which hide/show a polyline depending on the zoom level: google.maps.event.addListener(map, 'zoom_changed', function() { if (map.getZoom()>=10) polyline.setMap(map); else polyline.setMap(null); });


0

Try changing the #banner width to 100%. #banner { z-index: 100002; margin: 0 auto; width: 100%; height: 7em; }


0

It is too easy! You need to change the background-size. Like this: header { width: 100%; position: relative; background: url(/_images/header_trees.png) no-repeat; **background-size: 100% 100%;** height: 7em; }


0

In response to the above comment by @martin (he is correct), I created a complicated workaround using javascript (includes some jQuery) and some of @Mr. Alien's css. Unquestionably, there are other ways to accomplish this - perhaps simpler, but, the following js and css combo works for me: css .zoom{ -moz-transform: scale(2); /* Firefox */ ...


0

I had the same problem when trying to implement zoom from a storyboarded project using only scrollView. I fixed it by adding a separate pinch gesture recogniser. I just dragged it from the toolbox onto my scene. Then I connected it to an action I called "doPinch" that implements the zoom. I connected it to an outlet I called "pinchRecognizer" so that I ...


0

The webbbrowser control in Windows Phone still allows for zoom and scroll because this is done on a control "above" the actual browser component. This can be disabled in C# (additionally you can probably detect right/left vs up/down scroll gestures and suppress them individually) See this blog entry for a full description: ...


0

As it turns out setting the size of the view manually (instead of using wrap_content) did the trick. This is all it really took: FrameLayout.LayoutParams tableLP = new FrameLayout.LayoutParams( textViewSize * tableColCount, textViewSize * tableRowCount); table.setLayoutParams(tableLP); I also set the pivot point to 0 to keep the view in the top left ...


0

There is no way to "fix" this bug in the browser itself, so you are just going to have to work-around having a resize event that constantly triggers. So roasted was right about using the time, but you are not looking for a timer. You need to store the time and then ensure that enough time has elapsed before the event is triggered again, like so: var ...


0

first of all thanks for posting your site URL. As i trace your html code on live site. To solve your issue that would be 2 ways to solve it. 1) As i seen your third image has white background so it is not visible in background of same image when we are applying zoom effect on it, but another 2 images of mug are display in back ground, the main thing i ...


2

try this----> map.addMarker(new MarkerOptions().position(latlng)).setVisible(true); // Move the camera instantly to location with a zoom of 15. map.moveCamera(CameraUpdateFactory.newLatLngZoom(latlng, 15)); // Zoom in, animating the camera. map.animateCamera(CameraUpdateFactory.zoomTo(14), 2000, null);


1

The following code may do the trick: function addMarker(lat, lng, info) { var pt = new google.maps.LatLng(lat, lng); bounds.extend(pt); You can try the following too: var pt = new google.maps.LatLng(lat, lng); map.setCenter(pt); map.setZoom(your desired zoom); Edit: map.moveCamera( CameraUpdateFactory.newLatLngZoom(new ...


0

I figured it out. Hook up to the ViewChanged event of the scroll viewer, then when the event is fired, check for e.IsIntermediate in the ScrollViewerIsViewChangedEventArgs. e.g: private void ScrollViewer_ViewChanged(object sender, ScrollViewerViewChangedEventArgs e) { if(!e.IsIntermediate) { //Load new image depending on the zoom factor } } It ...


0

Normally , to make your app work consistently in all devices you have to set it as such : this.appView.getSettings().setUseWideViewPort(true); this.appView.getSettings().setLoadWithOverviewMode(true); this.appView.getSettings().setSupportZoom(true); this.appView.getSettings().setDefaultZoom(ZoomDensity.FAR); ...


0

You can use WebSettings.ZoomDensity function for this one. Using that you can set the setDefaultZoom.


0

Check out the webSettings class. Example: webview.getSettings().setDefaultZoom(WebSettings.ZoomDensity.FAR);


0

Add <meta name='viewport' content='target-densitydpi=device-dpi,initial-scale=1,minimum-scale=1,user-scalable=yes'/> this to your html content you are going to display in webview. Here you can change minimum-scale=1 as per your wish


1

Shift-double click should zoom out.


1

Ok. This is my take on what you described. It looks like this: Since I'm not applying any RenderTransforms, I get the desired Scrollbar / ScrollViewer functionality. MVVM, which is THE way to go in WPF. UI and data are independent thus the DataItems only have double and int properties for X,Y, Width,Height, etc that you can use for whatever purposes or ...


1

In order to transform shapes without changing their stroke thickness, you may use Path objects with transformed geometries. The following XAML puts an Image and two Paths on a Canvas. The Image is scaled and translated by a RenderTransform. The same transform is also used for the Transform property of the geometries of the two Paths. <Canvas> ...


0

I'm facing the same problem without a solution. The logical conclusion is that the browser window must be resetting the meta back as "user-scalable=1" when I initially set it as " user-scalable=0". The bug happens to me only when I'm using CSS transition3d to move the page content and reveal a sidebar underneath for off canvas menu (like Google mobile or ...


0

Setting showsUserLocation on the map view will start searching for the user's location. This is an asynchronous operation and you cannot assume that mapView.userLocation will be valid immediately after settings showsUserLocation to YES. The first time you view appears, you ask the map view to start location. mapView.userLocation probably returns nil. The ...


0

You can use Chrisbanes photoview library. https://github.com/chrisbanes/PhotoView Hope it might help you.


0

http://www.codeproject.com/Articles/319401/Simple-Gestures-on-Android try this library it is really amazing it gives pich zoom rotate with the amazing smoothness and is much easy to use


0

You can find below a link to a class created by Jason Polites that will allow you to handle pinch zooms on custom ImageViews: https://github.com/jasonpolites/gesture-imageview. Just include this package into your application and then you will be able to use a custom GestureImaveView in your XML files: <LinearLayout ...


0

It can be done with a combination of Imagemagick and ffmpeg. Use image magic to make a series of cropped images and ffmpeg to turn the series of images into a movie. Cropping the images with ImageMagick should be done along one or more vectors to create the "frames" that create the motion. All images will have to have the same outer dimensions of course ...


0

This is for Chrome, in the wake of user800583 answer ... I spent a few hours on this problem and have not found a better approach, but : There are 16 'zoomLevel' and not 10 When Chrome is fullscreen/maximized the ratio is window.outerWidth/window.innerWidth, and when it is not, the ratio seems to be (window.outerWidth-16)/window.innerWidth, however the ...


0

This is actually brilliant. I needed to have zoom capability while scalePagesToFit is NO. Although your code TomSwift did not work as I needed, a slight adjustment to it did the trick. I am running this on iOS 6.x...works like a charm. NSString* js = @"var meta = document.createElement('meta'); " \ "meta.setAttribute( 'name', 'viewport' ); ...


0

I figured it out the best way to do this is using the HTML5 Canvas element as this allows for easy data manipulation within the webpage.


0

what is touch_canvas and the_input? I guess from your code I would have expected thecanvas. Its times like this I wish windows phone emulator had the ability to switch to pinch and zoon like the windows 8 emulator... reading your code it seems like its not related to scale but rather the translation? while I can see scale is limited to a hard value I cant ...


2

Like so many before, you've fallen for the misconception of thinking OpenGL was a scene graph. This is not the case. OpenGL is a drawing API. Your OS provides a canvas (window, PBuffer, Pixmap, etc.) and OpenGL provides the drawing tools in form of points, lines or triangles. Does OpenGL functions for perspective change and viewpoint ( gluPerspective(), ...


0

There are multiple jquery libraries/plugins which can assist you to achieve the same. You can look at this post



Top 50 recent answers are included