-
Notifications
You must be signed in to change notification settings - Fork 32
CircleListView within CarouselView crashes when the ListView has been swiped away before the animation ends #364
Comments
Exactly my problem. Looks like no fix yet for it. Did you find a workaround for this? maybe Some thread.sleep or? |
@rookiejava you know if we can find a solution for this? :) just tagging in case if you have missed it thanks |
Nope. I actually abandoned my whole Tizen project entirely and intend to switch to the new WearOS powered watch in the next couple of weeks. Tizen turned out to just be too buggy and annoying to develop on. |
Too bad Tizen has such potential i am doing WearOS also and i find I can complete a task with Tizen even faster as it supports XF but it has too less support unfortunately. One thing also good existing TIzen apps are working on Samsung Watch 4 now. |
Regarding the error, I tried to override OnScrollAnimationStopped with some null controls but somehow it doesnt help and below exception is still fired. I am guessing that it occurs within the Core or somewhere else.
|
I don't think this is the case, WearOS doesn't run Tizen apps. We're actually seeing companies port the apps, they're not using the same code. |
I am not sure in general wearos but when you create a new tizen app and want to publish via Samsung developer Portal, there is option to publish for watch 4 and active 4 as well. So I mean samsung watch 4 with wearos is able to run tizen apps. |
My Bad. I'm sorry to check this issue too late. We will check and get back as soon as possible.
Thank you for reminding me. :-) |
Hello @KieronQuinn, sorry again for the late answer. |
I vaguely recall that it might have worked in the emulator but not on device, but I was unable to get an internet connection to work on the emulator so it was hard to test. |
Hello @KieronQuinn, |
Just in case you missed. Fixed package has been released! Thanks. |
Describe the bug
When using one (or more) CircleListView within a CarouselView, if the user swipes away from the focused CircleListview while the animation is still running (ie. they scroll by swipe or rotary action then swipe away), the app will hard crash with a NullReferenceException.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page should be swiped away without issue
Screenshots
First page (scrollview)
Second page (circlelistview)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: