i developing app utilizes list of items, varying in layouts. 1 item webview renders html supplied client via web service.
when long press on text within webview list item, selects text automatically scrolls recyclerview.
how can prevent recyclerview scrolling when text selected? have attempted disable recyclerview , reenable after time, appears scroll has been dispatched recyclerview.
thanks, adam
edit: when declare windowactionmodeoverlay true style scrolling happens. when declare windowactionmodeoverlay false scrolling isn't bad.
Comments
Post a Comment