benasio
benasio

Reputation: 529

Support SVG on mobile platforms

Which mobile platform browser fully supports SVG? Interested JS + Raphaël + touchscreen

Upvotes: 3

Views: 1494

Answers (2)

luc
luc

Reputation: 43096

I've tested raphael with Opera Mobile on Android and it works fine. Unfortunately it doesn't work with the default Android browser.

Upvotes: 4

Nick Craver
Nick Craver

Reputation: 630379

I'll throw out there that Mobile Safari and Opera Mobile have support. Also, there are a few questions on this scattered about, for example: Mobile Safari SVG rendering issues with raphaeljs

I would keep a watch out on wikipedia for this, it's the most updated information source I know of on SVG support: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics

Upvotes: 3

Related Questions