Hi There,
Im new to mobile development, i am creating a location service based app which plots a waypoint on a SVG map. i want to change the "viewBox" property in the svg file real-time by using the following method:
Assume "baseImage" is a SVGSVGElement and what i want to do is this
baseImage.setTrait("viewBox","0,0,120,120");
This works fine on the emulator but as you know its whether it works or not on the real device that counts. Is there only limited support for the JSR-226 api at the moment?
Any help will be greatly appreciated
Thanks!

Reply With Quote


