- Appcelerator Titanium Mobile compass heading in tab group window
- unable to unregister, sensorManager is null
- var tabGroup = Ti.UI.createTabGroup();
- var tab1 = Ti.UI.createTab({
- title: "Compass",
- window: compassWindow
- });
- tabGroup.addTab(tab1);
- var compassView = Ti.UI.createView();
- ..
- compassView.transform = Ti.UI.create2DMatrix().rotate(360-event.heading);