$.ptr.refresh();
function myRefresher(e) {
if(Ti.Network.online) net.getBooksList(setBooksList);
e.hide();
}
The app starts correctly but when i do a single tap on the "showcase" window i get a crash: "Unfortunately, TiShadow has stopped".
I'd like to use your widget but i'm a novice with Appcelerator Titanium.. any suggestions?
(I'm using Titanium SDK 5.4.0 GA, last version of TiShadow and Genymotion emulator with Android 6.0)
Thank you!
You mention Unfortunately, TiShadow has stopped. If you run into bugs, always try without TiShadow (or LiveView) first to rule that out as a factor. Could you do that?
Hi, i'm trying to add your widget to my app but i have a problem:
my index.xml
This is my showcase.xml:
and in my controller i just do:
The app starts correctly but when i do a single tap on the "showcase" window i get a crash: "Unfortunately, TiShadow has stopped".
I'd like to use your widget but i'm a novice with Appcelerator Titanium.. any suggestions? (I'm using Titanium SDK 5.4.0 GA, last version of TiShadow and Genymotion emulator with Android 6.0) Thank you!