Page 1 of 2

I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Mon Nov 17, 2014 4:58 pm
by Yang Mega

Anyone can help ?


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Mon Nov 17, 2014 6:33 pm
by Maryna Brodina

Hello!

Please check errors in Weinre http://devcenter.appery.io/documentat...


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Tue Nov 18, 2014 9:54 am
by Yang Mega

But It workouts while test in Apperyio TEST


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Tue Nov 18, 2014 7:27 pm
by Maryna Brodina

What is your device and OS version? How it behaves when you do swipe?


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 2:46 pm
by Yang Mega

Image

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({});


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 3:00 pm
by Yang Mega

HTC Desire 816 Android 4.4.2


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 3:02 pm
by Evgene Karachevtsev

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...


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 3:17 pm
by Yang Mega

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 :

  1. MY app works well in browser without any error message in console,

  2. After Export apk to mobile, not workout

    .


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 3:35 pm
by Yang Mega

I don't have permission to use Weinre for my own APP


I have a event : Swiperight, It tests ok on Apperyio builder "TEST" but while export to my mobile apk to test. It do

Posted: Wed Nov 19, 2014 5:25 pm
by Yang Mega

Your app sometime works, sometime not
Mime is same