OS Property support center

Solved !!! Google Map Os property No scroll zoom ?

  • Hoffmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 9 months ago - 8 years 8 months ago #85500 by Hoffmann
Hey!

Please, how can i add the scroll to zoom function on this map when i click on it and then not scrollable when i touch the rest of the page? I have some idea about the js to add but no clue about the file involved.

Right now i can't scroll-zoom at all.

Attachments:
Last edit: 8 years 8 months ago by Mr. Dam.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #85533 by Mr. Dam
Replied by Mr. Dam on topic Google Map Os property No scroll zoom ?
Hi Hoffman,
We don't use to use Mouse Scroll in Google Map in Property details page because many customers feel anoying when they can't scroll down their screen when hover mouse above Google Map. If you want to turn on Mouse scroll in Google Map of property details page. You can submit ticket and send your site url with super admin account. We will help you to add Mouse scroll function.
Thanks
Dam

Please Log in or Create an account to join the conversation.

  • Hoffmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 9 months ago #85554 by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
Yes but there's a js function issued by some guys and that you seemed to have integrated in the OSP real homes front page map, that made the page sroll-able again if you just click on the page. That way you can :

1-Click on the map; Scroll
2-Click on the page; The page is scroll-able and not the map.

I'll see what i can do about that ticket. But i'm not confortable giving my superadmin pass away.

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #85596 by Mr. Dam
Replied by Mr. Dam on topic Google Map Os property No scroll zoom ?
Hi Hoffmann,
Thank you for your suggestion, we will consider to add this feature in next OS Property version.
Regards,
Dam

Please Log in or Create an account to join the conversation.

  • Hoffmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 9 months ago #85622 by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
I saw this on a java script forum:
Code:
google.maps.event.addListener(map, 'mousedown', function(event){ this.setOptions({scrollwheel:true}); }); google.maps.event.addListener(map, 'mouseover', function(event){ self = this; timer = setTimeout(function() { self.setOptions({scrollwheel:true}); }, 1000); }); google.maps.event.addListener(map, 'mouseout', function(event){ this.setOptions({scrollwheel:false}); clearTimeout(timer); });

Maybe we can try to add something like this in the relevant file.

Please Log in or Create an account to join the conversation.

  • Hoffmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 9 months ago #85703 by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
The problem is solved since upgrading OS property to 3.0.0.
Thanks!!!!

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan