I've got a table and each row has a an image to act like a toggle to flag/check certain rows. In iOS it works fine and as expected. On android everything works as well EXCEPT the image doesn't reliably swap. Often swapping once, and then being stuck, or not swapping at all. the behind the scenes stuff is functioning properly, the image or backgroundImage value is correctly changing, etc, it's just that the image itself isn't being updated to match the path...
I know many others have mentioned this problem in varios threads, but I've yet to find one with a working answer.
I've tried various SDKs thinking it might work in one of them, but this far have had no luck. I've tried different methods, having the listener on the image view itself, moving the listener to the table and watching for the e.source to match the image, etc... pretty much all of them worked fine in iOS but consistently fail in android.
Anyone know of a working solution to this dilema?
1 Answer
Did you try the last SDK or even the CI master SDK? There have been several animation issues on android, probably yours was addressed in one of the last SDKs.
In any case you should share some (extracted) code.
Your Answer
Think you can help? Login to answer this question!