I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do
Anyone can help ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Anyone can help ?
Hello!
Please check errors in Weinre http://devcenter.appery.io/documentat...
But It workouts while test in Apperyio TEST
What is your device and OS version? How it behaves when you do swipe?
I have code here, I work on builder TEST, but not workout on apk export to mobile
//=====
//Store the supplier to supplierDetails variable
Apperyio.storage.supplierDetails.set(Apperyio.storage.mySupplierList.get()[$(this).index()]);
//alert('swiperight');
$(this).remove();
deleteSelectedSupplierService.execute({});
HTC Desire 816 Android 4.4.2
Yang,
Could you please clarify, what is the code
preApperyio.storage.supplierDetails.set(Apperyio.storage.mySupplierList.get()[$(this).index()]);/pre
What does $(this).index() mean? What would you like to receive?
Also please specify, have you looked for errors in Weinre http://devcenter.appery.io/documentat...
My itemlist on the page were mapping according to my storage "mySupplierList" type: list of array
I get the Index of itemlist is the same index of the "mySupplierList" type: list of array, and set to another storage......
It is not the problem. My problem I have is :
MY app works well in browser without any error message in console,
After Export apk to mobile, not workout
.
I don't have permission to use Weinre for my own APP
Your app sometime works, sometime not
Mime is same