domitry/elegans

Rendering issue on Android tablet Webview

kusan-thana opened this issue · 0 comments

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 ?