vote up 0 vote down star

I am working on an animated, interactive graph using raphael that I need to work well on the iPhone. I have 2 minor rendering issues that I'm struggling with.

The first is that whenever you click on an svg element that has a click handler attached, mobile safari draws a transparent gray box around it to indicate what was clicked. It's the same thing it does when you click on a hyperlink. The gray box is very ugly in this situation. Is there any css property to tell mobile safari not to do that?

The second issue is with animations. For the duration of any animation, mobile safari adds an ugly black border to the svg canvas. It's only visible while an animation is in progress, and it is only visible on the bottom & right edges of the canvas. Any idea how to fix this?

Here is a screenshot where I caught both issues at the same time: alt text

This was taken using a copy & paste of one of the demos on raphael's page, just with a white background.

Thanks in advance.

flag

67% accept rate

1 Answer

vote up 1 vote down

Take a look at the "Disabling the selection flash" and "Disabling the “action” pop-up" tips at this site:

http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/

link|flag
Thanks. That worked for the first one =) – Bryan Oct 15 at 22:57

Your Answer

Get an OpenID
or

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