pec1985 / TiDraggable

Native iOS and Android modules for Appcelerator's Titanium Mobile
74 stars 75 forks source link

Enabled dragging by child elements of a view in Android. #13

Open ghost opened 10 years ago

zo0m commented 10 years ago

Hi, I want to use ur fix in mine project, could you provide example, please.

I built this branch and created such view+label: var self = new MASlidingView({ backgroundColor:'red' });

self.add(Ti.UI.createLabel({
    text:'Label_text',
    color:'#000',
    height:24,
    width:100,
    textAlign:'center',
})); 

but when I try to swipe this view touching label - nothing happens.

Thank you!

caspahouzer commented 10 years ago

@mikalveli Could you please provide your module version? It seems to fix the child problems!