davideas/FlexibleAdapter
View on GitHubLong click not recognized on Galaxy S8/S9 only if drag view with long click is enabled
Open
#676 opened on Oct 5, 2018
bughelp wanted
Description
I have been debugging this behavior for some days and I am finally at the conclusion that the bug is highly likely not to be in my code base:
I don't get any OnLongClick callbacks on the Galaxy S8 (probably S9, too). You can reproduce this behavior by running the FlexibleAdapter-demo app, once on an S8, once on any other phone.
- Open the example "headers and sections"
- Long click on the first item ---> on the S8 there is no "long click on xxx" toast shown, on any other phone, the toast is shown
Since the Galaxy phones represent a big part of the phone market, this is a big problem for us (and therefore for many other users of the library I suppose). It destroys one of our features and I cannot find any way to fix it. I am thankful for any advice!