This is a migrated thread and some comments may be shown as answers.

Can I display and manipulate SVG in app written by Icenium?

2 Answers 26 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Peter From LA
Top achievements
Rank 1
Peter From LA asked on 07 Oct 2013, 07:50 PM

I am looking to for a way to bring our company's products to the mobile world, but the platform we choose to use must allow us to write apps that manipulate SVG preferable in iOS and Android.

By manipulate I mean dynamically load into the page from a web service, scale and drag by gestures.

Is Icenium that development environment?

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 09 Oct 2013, 11:31 AM
Hi Peter,

Cordova uses the Android/iOS WebView which is basically limited "version" of the default browser for both platforms. The Android browser does not support SVG prior Android 4, see this for complete compatibility table.

Neither Cordova nor Icenium aim at providing SVG manipulation. You should look for 3rd party javascript libraries e.g. this one or you could use HTML5 Canvas element.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Peter From LA
Top achievements
Rank 1
answered on 09 Oct 2013, 03:50 PM

Hi, Steve,

I am not concerned with the actual code - we have extensive library of JavaScript functions to do the SVG manipulation in HTML5, but I was worried about the ability to display SVG, period.

Now that you are telling me that the base layer of the app is actually a browser with HTML5 capabilities, I will have to give it a try.

Thank you for your reply.

Tags
General Discussion
Asked by
Peter From LA
Top achievements
Rank 1
Answers by
Steve
Telerik team
Peter From LA
Top achievements
Rank 1
Share this question
or