You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have noticed a problem with touch event interceptor on an hotspot.
It seems that vertices are not calculated correctly (but hotspots are showed correctly).
As shown in the picture, bounding boxes are delimited inside white box and goes outside of the size of the picture.
In this case instead, the box is completely shifted on a lower Y (and all others of this type), and no collision is intercepted if i click on the grey hotspot; instead if I click on the white box, the touch is intercepted.
Don't really know where to see for a solution.
The text was updated successfully, but these errors were encountered:
Well, after analyzing it looks like the problem appears when you set plManager.onTouchEvent on a View. instead of overriding the one on an Activity. That's a problem because in this case you must use an Activity instead of a Fragment (since onTouchEvent can be overrided only in Activity)
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Hi,
I have noticed a problem with touch event interceptor on an hotspot.
It seems that vertices are not calculated correctly (but hotspots are showed correctly).
As shown in the picture, bounding boxes are delimited inside white box and goes outside of the size of the picture.
In this case instead, the box is completely shifted on a lower Y (and all others of this type), and no collision is intercepted if i click on the grey hotspot; instead if I click on the white box, the touch is intercepted.
Don't really know where to see for a solution.
The text was updated successfully, but these errors were encountered: