-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar chart crashing for @nativescript/android 8.5.1 #55
Comments
@nc1401 the issue is uon the runtime side. It will fixed shortly |
@farfromrefug Any tentative date, so we can plan our work. And should I follow tis thread for update, is that it? |
@nc1401 you can ask on discord. In the meantime.stick to an older runtime version |
@farfromrefug we can't get back to an older android version at the moment, cause 8.5 supports ermbedded and we need that |
@nc1401 then raise your issue on discord @edusperoni might be able to answer you about a release date |
Does this issue happen on 8.5.0 or 8.5.2? Might need some additional information to look into this. Crash log would probably also help |
@edusperoni Not getting issue with 8.5.0, but I get issue with 8.5.2. I don't have crash logs, it just crashes, and this is a warning I see, if this helps: WARNING in ./node_modules/@nativescript-community/ui-chart/components/AxisBase.js 237:39-54 |
@edusperoni you need to animate it. It crashes on the dispatchOnMainThread from requestAnimationFrame |
@edusperoni have you identified the issue? |
Unfortunately I didn't get the time to find a reproduction. If you can provide an example I can look at it and fix it |
does this comment from @farfromrefug not help you at all? |
@nc1401 yes it helps but to fix it (or test the fix) he needs to reproduce it. If you can create a simple reproducible example project @edusperoni cab quickly test |
Files for barchart.zip |
@nc1401 this issue should have been fixed already on latest 8.5 and 8.6 |
@edusperoni I was just writing this, thanks man! |
Summary
After upgrading @nativescript/android to 8.5.1, adding a bar chart just crashes the android app, works okay for ios and on android with version 8.4.0 of @nativescript/android
Expected Behavior
Bar chart should appear with no app crash
Device (please complete the following information):
Additional Context
Tried updating @nativescript-community/ui-chart to 1.2.30, the crash is still observed.
ADD A REWARD using Speed to SOLVE this issue QUICKLY and SUPPORT this project.
The text was updated successfully, but these errors were encountered: