domitry / elegans

Elegant 3D plots generator with WebGL.
http://elegans.readthedocs.org/
Other
59 stars 20 forks source link

Rendering issue on Android tablet Webview #19

Open kusan-thana opened 8 years ago

kusan-thana commented 8 years ago

I'm using the library to draw some surface plots. It's working well on my computer brower. I then tried to integrate it in my Android app using WebView. It's working well on my phone but it's not working on my tablet (despite that it's they have the same latest version of WebView). The graph keeps redrawing in different angles when I try to zoom or move the camera.

Since Webview is based on chromium, I don't understand where the issue come from.

Any idea ?