rive-app / rive-app/rive-android
[Bug] .riv file behavior inconsistency after upgrading from 9.11.3 to 11.1.0
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 538
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Description
Our team recently attempted to upgrade the Rive Android SDK from version 9.11.3 to 11.1.0. After completing the upgrade, we performed regression testing on our existing .riv files and discovered that one particular .riv file behaves inconsistently compared to the previous version.
Expected Interaction Flow
The .riv file in question has the following interaction flow:
- Upon loading the
.rivfile, three ingredient items appear with entrance animations: shrimp, mushroom, and sausage. - After triggering
interactive_start, the user can begin interacting with the elements. - All three ingredients are draggable. When dragging, a snap zone indicator appears. If an ingredient is dropped in the wrong position, it automatically returns to its original location.
- Once all three ingredients are dragged to their correct positions, they disappear and the interaction flow completes.
Observed Issue (SDK v11.1.0)
In the new SDK version, the shrimp ingredient does not disappear when dragged to the correct snap zone. Instead, it returns to its original position — a behavior that should only occur when the drop position is incorrect.
Additionally, the shrimp eventually disappears along with the other two ingredients after they are correctly placed.
The other two ingredients (mushroom and sausage) work as expected.
Attachments
- Minimal reproducible Android Studio demo project: Google Drive Link
- Video: Correct interaction flow (SDK v9.11.3): Google Drive Link
- Video: Incorrect behavior (SDK v11.1.0): Google Drive Link
- Rive project file (.rev): Google Drive Link
Environment
- Rive Android SDK version (working): 9.11.3
- Rive Android SDK version (broken): 11.1.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked minimal reproducible Android Studio demo and compare the .riv interaction under SDK 9.11.3 and 11.1.0. Use the provided videos and Rive project file to confirm the shrimp's incorrect snap behavior; done means all three ingredients disappear when dropped in their correct zones under the newer SDK.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100