Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1217] Shake Gesture is not working in modal window

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2014-04-23T03:39:28.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Titanium SDK & CLI
Labelsandroid, ios
ReporterMehul Modi
AssigneeRitu Agrawal
Created2014-04-15T10:36:45.000+0000
Updated2016-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.

Comments

  1. Ritu Agrawal 2014-04-15

    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).
  2. Ritu Agrawal 2014-04-23

    Resolving this issue as invalid as we have not received requested information from the reporter.

JSON Source