-
Notifications
You must be signed in to change notification settings - Fork 56
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
Android 10 tooltip lagging issue #60
Comments
Hi. Thanks for report. I know about this bug and trying to fix it but i have no idea how to do this exactly |
Hmm, maybe is problem in "Gravity". In Android 9 is different rendering than in android 10. |
Hi @ViHtarb do you have any idea now why this happen ? Did you find any similar issues on stackoverflow or any other site like medium, etc. ? |
@MarioCroSite Hi, now i`m busy on work - we are making release. Sorry but i can't fix it soon. I think it's trouble with updating PopupWindow position on android 10. |
@MarioCroSite it looks like PopupWindow can't update position while playing enterAnimation |
Can you remove animation and make new snapshot ? |
@MarioCroSite I can but this is not a solution to the problem |
Can you maybe put here little snippet code what we need to change for workaround solution. @ViHtarb |
@MarioCroSite As temporary fix for android 10 the tooltips will use showAtLocation method instead of showAsDropDown it`s prevent using animations. Fix will be available in alpha06 snapshot |
PopupWindow#showAtLocation for android 10 to fast fix tooltip position updating #60 Fixed setting compound drawables for pre 17 API for simple Tooltip
@MarioCroSite done |
Thanks @ViHtarb :) |
I got a little insight on this bug. Usage of
|
Hi everybody. On Android 10 I have problem with lagging tooltip. On Android 9 and lower versions all works perfect. Do you have any idea how to fix this problem. @ViHtarb
Android 10 (picture preview)
Android 9 (picture preview)
The text was updated successfully, but these errors were encountered: