-
Notifications
You must be signed in to change notification settings - Fork 184
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
Parallax effect and Merged AppBar problems #68
Comments
Neither I but I'm guessing it's related to Android 7.0 . Have you tried with devices with another SO version? like 5.0, 6.0, 7.1.1, 8 At this moment I'm too bussy, so I can't help you in the search, if you can found the problem and create a pull request with the solution, the community will say thank you :) |
I have tested all that versions, even custom and stock in devices like Samsung, HTC, LG, Xiaomi, BLU, Sony and only this 2 devices shows the problem, I think is something related to a firmware customization by OEM because I have tested in Note 8 but diferent android version and works fine, then after update OS, the problem shows again |
So can we say it's happening only in LG K20 Android 7.0 and Samsung Note 8 Android 7.0 as you said before right?
|
I wouldn't like to say only in LG K20 and Note 8 Android 7.0 because there are lots of devices I have not tested but it is a start point. I had the chance to debug the lib in the LG K20 (a friend's phone) but it was too little time and I didn't get anything wrong. |
I don't understand about the LG K20, can you reproduce the issue in a real device or not? |
Of course the issue can be reproduced in a real device that's what I have been talking all the time specifically the LG K20 and Note 8. (Sorry if I wasn't clear about this) To reproduce the issue just clone this lib, open it with Android Studio and click Run... The issue appears only in LG K20 and Note 8 with Android 7.0 AFAIK.
I mean I didn't find any bug debugging but the lib behaves wrong. Like you I don't have too much time right now, but it will be really nice to fix this because I had used this lib in some projects and I recommended it to some friends to use it too. Thanks in advance |
oh I got it! well first of all thank you for sharing what you found. |
I have had problems with the parallax effect (BackdropBottomSheetBehavior) and the (MergedAppBarLayoutBehavior) in some specific devices: LG K20 Android 7.0 and Samsung Note 8 Android 7.0 The Backdrop element doesn't move always, some times it freezes anywhere in the middle when changing from COLLAPSED to ANCHOR_POINT and reverse. In addition the MergedAppBarLayoutBehavior behaves similar when changing from EXPANDED to ANCHOR_POINT.
Watch this video to see better: https://mega.nz/#!NJVWQASD!LU7CMAHwDy0CiAyD14dCygUVPoiK8G3owR5G22O3Zmg
I don't understand why this is happening.
The text was updated successfully, but these errors were encountered: