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

DROID support pre v3 and DataViz Graphics

5 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 11 Apr 2012, 06:55 PM
Currently I am evaluating the kendo MOBILE library in conjuction with the DataViz library and I find the work great btw!  My issues mainly come from testing on my internal DROID devices.

Spoofing DROID through web browsers is find but actually testing on a DROID device pre v3 of the Android OS becomes problematic as it does not seem to support SVG or VGL.

I noticed that on the web site decribing DataViz that Android is supported: Android (via Opera and the Android browser v3+) 

Are you saying that a best practice work around for older droid devices (can ice cream sandwich come quick enough?) that we should use Opera Mobi? or maybe Opera Mini?

5 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 12 Apr 2012, 08:16 AM
Hello Josh,

When making Android 2.x releases Google decided that SVG support is too big and too heavy to include it in the default WebKit browser (or any other browser based on that WebKit), so there's no direct way to support Android 2.x with our SVG based DataViz suite. However, you can check this blog post about how you can use Canvas to make a non-interactive fallback for Android 2.x - its not perfect, but at least the data is rendered.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Josh
Top achievements
Rank 1
answered on 18 Apr 2012, 06:18 PM
Thank you for the support link!

Will there be any native support for the DROID template for mobile using the opera Mobi?

When you view a mobile site developed by kendo using opera mobi on droid it does in fact render the DROID template styles but they are "off".  Such as the root menu icons no longer so, there are sizing issues, etc.
0
Noli
Top achievements
Rank 1
answered on 19 Apr 2012, 09:24 AM
I like to see DataViz graphics inside Kendo UI mobile.

e.g.

<div data-role="view" id="dataviz_moblle" data-init="InitGrap" data-title="Mobile DataViz" data-layout="mobile-tabstrip">

     <div data-role="content" style="margin: 0; padding: 0">
        <div id="map_canvas"></div>

Hope to see one added in Kendo UI example.


0
Noli
Top achievements
Rank 1
answered on 19 Apr 2012, 09:26 AM
I like to see DataViz graphics inside Kendo UI mobile.

e.g.

<div data-role="view" id="dataviz_moblle" data-init="InitGrap" data-title="Mobile DataViz" data-layout="mobile-tabstrip">

     <div data-role="content" style="margin: 0; padding: 0">
        <div id="dataviz_graph"></div>

Hope to see one added in Kendo UI example.

0
Kamen Bundev
Telerik team
answered on 20 Apr 2012, 07:08 PM
Hi Josh,

Unfortunately Opera Mobile is not in our immediate plans, though we do have it in mind and our stylesheets mostly support it. Only the absence of flexbox or other good CSS only replacement prevents us from supporting it fully for now.

@Noli: We probably will do a Kendo Mobile / Dataviz integration example at some point since it is requested occasionally, please visit the Kendo UI Feedback page and add this request there (if not already added in which case you can vote for it).

Greetings,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Josh
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Josh
Top achievements
Rank 1
Noli
Top achievements
Rank 1
Share this question
or