Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15265] iOS: Shake gesture event not firing in KitchenSink on iOS 6.1 with SDK 3.1.3.x

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2013-09-20T17:45:30.000+0000
Affected Version/sRelease 3.1.3
Fix Version/s2013 Sprint 19, 2013 Sprint 19 API, Release 3.1.4, Release 3.2.0
ComponentsiOS
Labelsi0S, qe-3.1.3, qe-testadded, regression, shake
ReporterMostafizur Rahman
AssigneeSabil Rahim
Created2013-09-17T04:52:20.000+0000
Updated2013-10-10T11:23:39.000+0000

Description

The shake gesture event is not fired in the KitchenSink app running in the iOS emulator (iPhone, SDK 6.1, Retina) or on an iPhone 4S (latest 6.1x).

Comments

  1. Eric Merriman 2013-09-18

    Verified occurs with: SDK: 3.1.3.v20130918120054 Kitchensink 3.1.3.GA on iOS 6 device and simulator Xcode 5 GM seed Xcode 4.6.3 Does not occur with: SDK: 3.1.2.GA Kitchensink 3.1.3.GA on iOS 6 device and simulator Xcode 4.6.3
  2. Sabil Rahim 2013-09-19

    Master PR : https://github.com/appcelerator/titanium_mobile/pull/4719
  3. Sabil Rahim 2013-09-20

       var win = Titanium.UI.createWindow();;
       
       var l = Titanium.UI.createLabel({
       	text:'Shake your phone',
       	top:10,
       	color:'#999',
       	height:'auto',
       	width:'auto'
       });
       
       win.add(l);
       
       Ti.Gesture.addEventListener('shake',function(e)
       {
       	Titanium.UI.createAlertDialog({title:'Shake',message:'it worked!'}).show();
       });
       
       
  4. Vishal Duggal 2013-09-20

    PR merged
  5. Vishal Duggal 2013-10-08

    Backport to 3_1_X https://github.com/appcelerator/titanium_mobile/pull/4772
  6. Pragya Rastogi 2013-10-10

    Verified Fix with OSX: 10.8.5 Xcode:5.0 Appcelerator Studio: 3.2.0.201310091613 SDK:3.2.0.v20131009134844 acs:1.0.7 alloy:1.2.2 npm:1.3.2 titanium:3.2.0 titanium-code-processo:1.0.3 Device: iPod touch2 (viOS7)

JSON Source