Hello,
In this topic, i’m mentionning the feature that exists on samsungs tablets using regular spens ( non bluetooth ones that are not compatible with the SPen Remote SDK ), as well as spen pros i guess, that consists in scrolling any native ScrollView by just hovering the spen over the top or bottom edge of the view.
I’m working on an app that has a timeline view, which is contained in a big scroll area.
Now, in this particular case, i don’t want this SPen hover feature, as it interfers a lot with the UI and makes things hard to control.
I searched a lot but didn’t find anything about being able to disable this feature on a given scroll area, is it impossible to do ?
I tried overriding onTouch / onHover events, but when this air scroll thing happens, i’m not getting in those hover events, i only get them if i hover outside of those air scroll areas (in the middle section of the scrollview)
Seems like the samsung layer is completely taking over the events to run those features before the app gets the chance to process them.