[AC-1217] Shake Gesture is not working in modal window
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-04-23T03:39:28.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | android, ios |
Reporter | Mehul Modi |
Assignee | Ritu Agrawal |
Created | 2014-04-15T10:36:45.000+0000 |
Updated | 2016-03-08T07:37:35.000+0000 |
Description
I have to use shake gesture inside modal window, but nothing works on it.
---------------------------------
$.notificationView.addEventListener('open',function(e){
Ti.Gesture.addEventListener('shake', function(e) {
alert('shaken at ' + e.timestamp);
});
});
---------------------------------
Here, $.notificationView is modal window.
Please provide a simple runnable test case so that we can diagnose the issue. Also, we need your environment information (OS / Titanium SDK/CLI/Studio version).
Resolving this issue as invalid as we have not received requested information from the reporter.