MRchildNEO / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Android 2.3 and less support? #651

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by andrew.s...@gmail.com on 3 Dec 2012 at 7:52