Library for Android

Hi, I am unable to display the charts in Android web view, API 18 (Jelly Bean) or less. Above this level everything works normal.
Does Plotly have specific libraries for android apps, or any solution to this issue.
thanks

There’s no special library plotly.js for Android, it should just work, but sounds like it does not at the moment.

Can you share a code snippet to help us debug?

I am using line and scatter chart as it is: https://plot.ly/javascript/line-and-scatter/

Tried on different platforms and found out that it works on android 4.4 (Kit Kat) and above. Managed to upgrade my device from 4.3 to 4.4 so I wont be pursuing this issue further.

Thanks for the help

1 Like

I use plotly.js for bar charts, histograms, scatter plots and surface plots in my signal processing software. All work on my iMac and iPad. I just bought an Acer 10.1 tablet to test my software in the Android environment (v7.0 “Nougat”). Everything seems to work except the 3D surface plots. The axes are displayed and the color bar chart but not the data. This hold true true for your demo page https://plot.ly/javascript/3d-surface-plots/ as well. Your Mt. Bruno example does not display. It is thus not my use of plotly. Your 3D Line Spiral Plot, however, does work. Any ideas?