Floating-Bubble-View
Floating-Bubble-View copied to clipboard
Bubble going to the last position when clicked
Steps to reproduce
- Open sample app
- Move bubble
- Click red button
https://github.com/TorryDo/Floating-Bubble-View/assets/79993467/1e5e143d-c4e6-4430-8bee-909509edf830
Expected behavior
Bubble stays in the same place
Actual behavior
On Android 13 and later bubble moves from last location to current
Crash logs
No response
Floating-Bubble-View version
0.5.6
Android version
Android 13 and later
Device
Pixel Emulator
Other details
No response
Acknowledgements
- [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
- [X] I have written a short but informative title.
- [X] I have updated the library to the latest Version.
- [X] I will fill out all of the requested information in this form.
Hi @Boguslawa-Tlolka , 👋
That's a weird bug, and I've never seen it before, It's most likely because the incompatible between the Compose system and the Traditional View/WindowManager system. Also, It seems that you didn't use the latest version, can you upgrade to the latest version and share your feedback?
Thank you. 💖
Hi,
it's still the same in the latest version
I also tried implementing bubble without compose and this behaviour stays the same
Can you share the video maybe, not sure why it doesn't happen on my device (Poco x3 pro) 🤔. Did you run on the android emulator?
I run it on emulator (Pixel 3a), because the only device with Android 13 I had access to had the "Bubble touch not working properly" bug and I could't test it.
I just tried samsung phone (real device) and it doesn't have this bug, but Pixel (real device) does have it