Topener / nl.fokkezb.pullToRefresh

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

Issue when updating nl.fokkezb.pullToRefresh to 1.4 from 1.2 for android support #11

Closed morefun0302 closed 11 years ago

morefun0302 commented 11 years ago

I do not know if this the issue of this widget or ChariTi project, so I raised in both project.

Since nl.fokkezb.pullToRefresh 1.2 does not support android, in order to support ChariTi in android for views that use this widget, I tried to update the widget to version 1.4.

After updated the widget to latest version of 1.4, error occurs when loading the widget:

'undefined' is not an object (evaluating 'parentSymbol.headerPullView = $.views.vew.getViewEx({resurse: true})') at widget.js (line 117)

This error happens in both iOS and Android

FokkeZB commented 11 years ago

Since 1.3 the widget is implemented in the view instead of the controller. So you will have to update the implementation in ChariTi as instructed in the README.