[TIMOB-2790] Android Issue - 1.5.x+ - ImageView touchstart / touchmove do not have the globalPoint properties
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-08-26T11:56:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Rick Blalock |
Assignee | Don Thorp |
Created | 2011-04-15T03:29:39.000+0000 |
Updated | 2017-03-10T18:54:50.000+0000 |
Description
The touchstart / touchmove events do not have the globalPoint properties in the callback like they do in iOS. This is the case for any Ti SDK version 1.5+
Ticket with code sample: http://developer.appcelerator.com/helpdesk/view/63261#c298121">http://developer.appcelerator.com/helpdesk/view/63261#c298121
Fixing the tags, title, etc. to conform to spec.
Code sample is in the above referenced URL. http://developer.appcelerator.com/helpdesk/view/63261#c298121">http://developer.appcelerator.com/helpdesk/view/63261#c298121
Here is the customer's code for convenience. the globalPoint properties of the callback are missing on Android.
This is not just for image views...it happens on regular views as well, which makes this a high not a low
This was a feature added for iOS in #459
globalpoint is being deprecated. Please see linked item for customer solution.
Closing ticket as the issue will not fix.