flutter_echarts icon indicating copy to clipboard operation
flutter_echarts copied to clipboard

Better support for iOS 13.5.1

Open qxy1004 opened this issue 5 years ago • 5 comments

Echarts is the only library that meets the complex UI requirements for us. It works perfectly on Android, but for iOS, UI keep frozen on simulator and real devices.

qxy1004 avatar Jul 16 '20 13:07 qxy1004

  1. Did this occures in iOS 13, but works well in lower iOS ?
  2. Did you put the chart on/under any gesture ditector(ScrollView, Button, GestureDetector)
  3. Did this happened only after you touched the chart (or something near the chart)?

entronad avatar Jul 17 '20 08:07 entronad

Thanks for response so quickly.

  1. It seems not only iOS 13.5.1 but also iOS 13.4.1 has the same issue. I couldn't test it on lower version yet.
  2. I used Expanded widget to layout this chart. No any gesture or detector.
  3. Yes, it only happened when I touched the chart or scroll the chart. When it is initialised, everything is working before I release my first touch or scroll.

What I do notice from your example is the container has given width and height. In my case, I used Expended widget that can stretch the chart. Is it the case? But Android seems happy with that?

qxy1004 avatar Jul 17 '20 11:07 qxy1004

I don't know what happened, all existing code is working without any changes... NO crash NO frozen... But there is another one happening on iOS only (No Android) is the chart can move around by dragging it. Any solution for that?

Untitled

qxy1004 avatar Jul 17 '20 12:07 qxy1004

I don't know what happened, all existing code is working without any changes... NO crash NO frozen... But there is another one happening on iOS only (No Android) is the chart can move around by dragging it. Any solution for that?

Untitled

Same issue here, don't know how to work around it. Something to do with the webview. Did you find a solution yet?

mellowcello77 avatar Oct 06 '20 19:10 mellowcello77

Please see and discuss in this issue: #104 .

entronad avatar Dec 18 '20 13:12 entronad