[TIMOB-26278] Android: Added Ti.App event "userinteraction"
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-08-09T18:41:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.5.0 |
Components | Android |
Labels | n/a |
Reporter | Joren Vos |
Assignee | Hans Knöchel |
Created | 2018-08-09T09:54:37.000+0000 |
Updated | 2018-10-01T20:41:30.000+0000 |
I've already created a [pull request](https://github.com/appcelerator/titanium_mobile/pull/10242) for this issue, if you're going to adopt this improvement. Is it possible to backport this for the first next upcoming Titanium release? Thanks in advance.
The PR for ticket [TIMOB-26294] has changed how this ticket's PR works. Instead of providing a "userinteraction" event from the
Activity
object, we now provide this event via theTi.App
module. This makes it portable with iOS.Verified the Fix on SDK 7.5.0.v20181001073642.Executed [#UserInteractionAutoCloseTest.js] test , Userinteraction activity fired and works fine. Closing.