Port SVG map to CoronaSDK?

One of our maps for “desktop” clients uses SVG and users can zoom and pan. We also display objects on the map in SVG with attached text data, which isn’t scaled when the map is zoomed, so it stays a constant size. Do you think this map could be re-written for mobile platforms using CoronaSDK? [import]uid: 188654 topic_id: 32167 reply_id: 332167[/import]

You could try just embedding your existing SVG page in a web view within Corona, then you may just be able to use it as is i.e. Corona is just being used as a native wrapper. Note, however, that this will only work on iOS as Android web views do not support SVG.

Stefan [import]uid: 2646 topic_id: 32167 reply_id: 128138[/import]

You could try just embedding your existing SVG page in a web view within Corona, then you may just be able to use it as is i.e. Corona is just being used as a native wrapper. Note, however, that this will only work on iOS as Android web views do not support SVG.

Stefan [import]uid: 2646 topic_id: 32167 reply_id: 128138[/import]