Shake Event ignored while in modal window?
Trying the example from Kitchen Sink, I cannot get the Gesture shake to respond for any window opened as modal. However, the orientation gesture event works fine.
From Kitchen Sink:
Ti.Gesture.addEventListener('shake',function(e)
{
Titanium.UI.createAlertDialog({title:'Shake',message:'it worked!'}).show();
});
Is there any way to get the shake gesture to respond after a window that has been opened with w.open({modal:true});
Thanks in advance!
4 Answers
-
I am having the same issue. I tired to create the window and set the modal property of it to model after the shake event handler was registered. But it still did not fire. So it seems that shake event is disable
-
Is shake disabled while in a modal window?
-
This is a big problem have solution?
-
I have also this problem. Any solution for this?