Jonas
Jonas
Can reproduce using an iPhone 13 mini with iOS 15.5. In my case it is a little different than for @garrenc: The callback is only called twice when unfocusing the...
Hey @maheshj01 thanks for reaching out! As mentioned in Step 4. users should be able to swipe through links using **vertical** swipes with one finger. Horizontal swipes on Android are...
@chunhtai Maybe https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo and a [SpannableString](https://developer.android.com/reference/android/text/SpannableString) with [URLSpan](https://developer.android.com/reference/android/text/style/URLSpan) could be used?
Hi, yeah thank you for responding! I wanted to hear your opinion about that. I'll implement analogous to [#112](https://github.com/imaNNeo/fl_chart/pull/112) and add tests :)
Hi @imaNNeo i was on vacation but now I'm back and implemented the stacked logic for PieChart. I also updated tests and added a new sample for the example app....
Hi @imaNNeo :) I hope you like this feature. I already created a PR: https://github.com/imaNNeo/fl_chart/pull/2004 looking forward to your feedback!