I'm trying to create a Google Maps InfoBox that contains some textual info and also a google sphere which opens with fancybox.
My first solution was to use Google Maps InfoWindow, which actually worked - fancybox iframe was opening from the InfoWindow on desktop and mobile.
-Here is my working solution for desktop and mobile with InfoWindow: http://spoti.lv/infowindow/
I needed to customize the InfoWindow, and so I found the InfoBox, which works in a similar way but has more customization options.
The problem was that InfoBox did not behave like the original InfoWindow.
1.At first the fancybox did not work at all, it was just directing me to the url specified in a href.
2.Then I found out that setting the enableEventPropagation option of InfoBox to true made it work - on desktop but not on iphone safari browser.
-Here is my working solution for desktop only with InfoBox: http://spoti.lv/infobox/
The Big Question: How do I make fancybox work from Google Maps InfoBox on mobile (iphone safari)?