Hi, guys --
A Panel is used as contentview of PopupWindow (Inside library).
setTouchInterceptor for popupwindow works strange in latest Android releases, and does not want to work at all under Android 4.
Finally I used simple onTouchListener for panel, this works, but I am curious - does somebody was able to use setTouchInterceptor ?
A Panel is used as contentview of PopupWindow (Inside library).
setTouchInterceptor for popupwindow works strange in latest Android releases, and does not want to work at all under Android 4.
Finally I used simple onTouchListener for panel, this works, but I am curious - does somebody was able to use setTouchInterceptor ?
Last edited: