[AC-1132] processTouchesBegan fires from within Titanium, but not modules in 64bit
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2015-07-03T23:44:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | TCSupportTriage |
Reporter | Andrew McElroy |
Assignee | Radamantis Torres-Lechuga |
Created | 2015-01-30T18:51:01.000+0000 |
Updated | 2016-03-08T07:37:29.000+0000 |
Description
I'm trying to figure out why inside TiUIView processTouchesBegan
aka ~1268
- (void)processTouchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
works, but when you build a 64 bit module using titanium 3.5.0.GA the module is unable to receive this event. This only happens when you compile for arm64 on iOS 7 or greater. When you compile for armv7 everything works.
This is preventing me from releasing a 64 bit version of Platino.
Did you all have to do anything special with UIEvent in your efforts to make titanium work for 64 bit?
No comments