Topener / nl.fokkezb.pullToRefresh

Widget to implement a table pull-to-refresh header in Titanium Alloy
184 stars 60 forks source link

Android and iOS difference #15

Closed chmiiller closed 11 years ago

chmiiller commented 11 years ago

Hi, I know that it isn't a properly issue but here I go: The widget works so much well for iOS, but I have some complications using it on Android and decided to remove it of the Android version of my app. This is my .xml code:

< TableView id="table" onClick="myEventHandler" > < Widget id="ptr" src="nl.fokkezb.pullToRefresh" onRelease="myLoader"/ > < TableView >

How I need to proceed to use the widget on iOS and drop it off the table when I'm in Android?

Thank you so much and congratulations on the 1.5 version! Is working pretty well on iOS 7!

chmiiller commented 11 years ago

Oh I've already figured it out! I just have to put platform = "ios" after onRelease="myLoader' and before the />

Thank you anyway! =]