-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hello,
When i try to $.tableWrapper.add(swipeRefresh) application crash !!
The View :
<View id="tableWrapper">
<TableView id="container" filterAttribute="indice">
<RefreshControl platform="ios" id="ptr" tintColor="black" onRefreshstart="ptrRelease"/>
<SearchBar id="barraDeBusqueda" platform="ios,android"></SearchBar>
</TableView>
</View>
</code>
The Controller:
if(Ti.Platform.name == "android") {
var swipeRefreshModule = require('com.rkam.swiperefreshlayout');
var swipeRefresh = swipeRefreshModule.createSwipeRefresh({
view: $.container, // el id de la tableView
height: Ti.UI.FILL,
width: Ti.UI.FILL
});
//$.scroll.add(swipeRefresh);
$.tableWrapper.add(swipeRefresh); ---> Crash the App :-/
}
Appcelerator 3.3.0 Alloy 1.4.0 ...
Any Ideas?
Thxs a lots!
Metadata
Metadata
Assignees
Labels
No labels