Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using a Google maps iframe to display the location of my customer on his webpage. Works fine, but when viewed on Ipad the Google server apparently sends a different version of the maps. It looks like this:

enter image description here

Now, that wouldn't be a problem, but the two buttons on the bottom (i marked them in red), which I'm assuming are supposed to allow routing or something, don't do anything when being clicked?!

Has anyone an idea what my problem here might be? And how I either get those buttons to work (preferred solution) or else get them to disappear?

share|improve this question
Is there a way for you to view the source code and inspect those elements from your iPad? I think Chrome is available for iPad's if so and it has the developer tool, you should check if there is a problem with z-index and if some page element is over them not allowing them to be clicked. – Anagio Feb 21 at 12:30
I'll have to take a look, but I doubt that that is the problem, as they do an "activated" animation when pushed (well, at least the left one does). – Sorcy Feb 28 at 8:45

migrated from webmasters.stackexchange.com Mar 9 at 16:29

1 Answer

You can get rid of them by reducing size (height) of your iFrame and adding overflow:hidden style.

They don't work for me either. I seen this bug. But it's not the first time Google screws something on mobile devices (Google News for example somehow thinks my PC is a Tablet), so I wouldn't worry about that too much. Eventually hopefully they'll figure it out.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.