[AC-2282] When we use 'touchMove' on any object then, we have not got "globalPoint" Property?
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-07-25T17:35:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android, ios |
Reporter | Mritunjay Singh |
Assignee | Daniel Sefton |
Created | 2013-07-25T09:26:45.000+0000 |
Updated | 2016-03-08T07:41:17.000+0000 |
Description
Hello,
In Titanium 2.x
When we use "touchMove" on any object (like button and view). then we have got globalPoint Value.
But, In Titanium 3.x.
We have not getting globalPoint.
How I can Manage this?
Hi Mritunjay, globalPoint has been deprecated in 3.x (and removed in 3.1.x). Please use convertPointToView instead, e.g.
http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.View-method-convertPointToView Closing as invalid.