Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Yang Mega
Posts: 0
Joined: Sun Aug 31, 2014 6:08 am

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

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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

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

Yang Mega
Posts: 0
Joined: Sun Aug 31, 2014 6:08 am

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

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

    .

Return to “Issues”