'OnDragListener doesn't work on the far edge of curved-screen phones
I have a strange problem. My app uses a drag and drop method, which works fine throughout the whole screen except when it comes to touching the far edge of the curved phones' screen. Although the target drop view is set to android:layout_alignParentRight="true"for example. I even set the views right margin as android:layout_marginRight="-50dp" ensuring that it spans over the screen edge but still each time I move my finger there it fires ACTION_DRAG_EXITED although the drag shadow view still follows my finger. I double-checked my app is working fine on emulators and normal flat physical devices as well. Any ideas?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
