674 comments found.
Its not working with Chrome 37.0.2062.120
Please fix this issue.
I am using this tool for a project that requires the tool to be displayed in full screen. From what I can tell, the responsive functionality does not work with using landmarks. (The background image sizes responsively, but each landmark does not have the same scale applied. ) I think this is because the data positions need to be set in pixels, for the transform in the HTML canvas.
This seemed to present some challenges I could not figure out how to over come, but if someone has a solution to scaling the landmarks with the backgroun, that would be great!!!!
So I decided to set a larger resolution for the smoothZoom canvas, then use zooming based on the window size to accomplish the same goal. This presented new issues, and I do have some bug fixes that help to support this functionality. Specifically, some code that allows for panning to the edge of the window area, if the window is smaller than the canvas size.
VF I would be happy to send the code to you if you want to check it out.
The one thing that I am still struggling with is zooming, based on the window size rather then the canvas size. If I get that part figured out i would also be happy to share it, but if someone already has a solution it would be appreciated.
Is it possible to set multiple maps at one page? Actually there is the id=”zoom_container” and the id for the image, but as all of you knows set ids only once at page.
For those of you having issues with IE7 and IE8 with regards to zooming, make sure that you are not setting the width of your image via CSS.
In our case, we were using an older version of bootstrap that was assigning a max-width of 100% to all our images, which was causing the behavior many of you have experienced where if you zoom in too far, eventually the image will move off to the top-left and the controls will stop working properly. Once removing the max-width: 100% from our CSS, it was back to functioning properly.
I hope this helps someone else!
As I can see in the forum more people are coping with the same bug (still isn’t solved) on windows (7) in combination with Chrome (my version 37.0.2062.102 m): the zoomcontrols aren’t working, you can only scale an image by scrolling, in Chrome on a mac it works fine
@Bas_ab-c, Can you please send me the link and I will check. I have tested with the same latest version of chrome and it works fine here.
Tested it on another pc (also windows 7) and it worked indeed fine, I was a bit too hasty in my conclusion
Hello, I have also some issues with Firefox with navigation (by panel) and drag and drop navigation.
Do you know is theres any kind of solution to fix this?
Thank you!
Hello, I have also some issues with Firefox with navigation (by panel) and drag and drop navigation.
Do you know is theres any kind of solution to fix this?
Thank you!
@antonv: I had the same issue and it is because of the use of hardware acceleration. The hardware acceleration of webkit renders svg as a raster image to treat it as a texture. Disable hardware acceleration in the config and everything works like a charm for me.
Oh, the option name is “use_3D_Transform”. Setting this to false solved my problems.
Like other users say, in some browsers the zoom is not smooth and the line 821 of the plugin say: //Add Double click / Double tap zoom
this feature not work, in iphone if I double tap the zoom not work! please fix it!
Thanks!
There is a problem with large resolution images in Chrome – anyone expected that? I cannot get any reply from the author, would appreciate any help.
Hi guys,
I need a additional feature: to be able to highlight map areas defined on the image. I am willing to pay for this.
Please let me know if it can be done: draghia.claudiu@gmail.com
I have a strange issue with the plugin. Both in FF and Chrome (latest versions) when zooming in on an SVG file it becomes blurry acting exactly as a bitmap would. Did anybody else encounter the issue? Any solutions?
Thank you!
There is a problem with FIrefox 31. Nav isnt working, zooming is not smooth.
Also on touch devises in Firefox 31 when I zoom by touch the whole browser zooms and not map.
There is a problem with FIrefox 31. Nav isnt working, zooming is not smooth.
Also on touch devises in Firefox 31 when I zoom by touch the whole browser zooms and not map.
Thanks Author, It’s really a good responsive smoothy zoom that I bought. It make happy for my own client when they see it on their website. I think It’s very good for realestate & hospitality website. It’s here: http://dthouse.com.vn/du-an/p.tan-thoi-hiep-q.12-14-71.html
Is it possible to remove the viewer effect from image when it’s not needed any more (for example after clicking close button etc.)? Something like destroy method?
There seem to be an small error on Chrome with big picture.
The picture doesn’t always show…
The problem appear here : http://versantweb.ch/braderie/index.php?pn=braderie
Does Smooth pan zoom library support PDF document? Does it support iPad?
Please provide another library details if it supports pan/zoom feature for PDF on iPad
Does Smooth pan zoom library support PDF document? If yes please provide link for documentation how to use PDF with smooth pan library.
Though we have tested pdf document with Panzoom library and it takes lot’s of time (2 min 30 sec ) to load 1.3 MB pdf file.
After zooming PDF document we are not getting PDF clarity. Does internally panzoom convert PDF document into Image?
Please provide another library details if it supports pan/zoom feature for PDF on iPad
Hi guys,
I am using your script for this website http://thetestingmap.org. This site describes, using a image, software testing areas. On the image I have marked certain areas that you can click on and a pop up with information will be displayed.
My issue is that I cannot find a way to highlight only thous map areas that are defined (not every area on the image has information but the ones that have have a html map area defined- I want to be able to highlight those areas).
Any ideas how I can do that? P.S. thanks again for this script…It really helps us. Perhaps you will also like the way we made use of it.