Status: New
Owner: ----
Labels: Type-Defect Priority-Low
New issue 651 by
yourimag...@gmail.com: Android 2.3 and less support?
http://code.google.com/p/svgweb/issues/detail?id=651
What steps will reproduce the problem?
1. View on android browser (version 2.3 or less)
What is the expected output? What do you see instead?
Expected to see the svg, instead nothing.
What version of the product are you using? On what operating system,
browser, and version of Flash?
Android browser 2.3 and less
Please provide any additional information below. Reduced test cases are
always appreciated!
Android browser could use the flash fallback, but it seems not to work
which i think is because it lacks xpath support.
I managed to hack it together using
https://code.google.com/p/wicked-good-xpath/ for now on my project by
introducing a tiny script loader and bringing in the wgxpath lib where
needed which works for me.