Page 1 of 2

Grid on Android 4.x

Posted: Tue May 27, 2014 10:20 am
by Johnny6773854

Hi

I hide a grid with

Code: Select all

"Appery('f_grid_1').show();"

On apple it works but on android it does not.

The code is placed on a radio button.


Grid on Android 4.x

Posted: Tue May 27, 2014 11:34 am
by Kateryna Grynko

HI Johnny,

Do you create a Grid via service?
Try the following:pre$("[name=gridName]").each(
function(){
$(this).hide();
}
);/pre


Grid on Android 4.x

Posted: Tue May 27, 2014 11:45 am
by Johnny6773854

Do you create a Grid via service? = No
I am testing on my Samsung S4 Android 4.3 and this still dont work. But on my iPad it works.

Testing on chrome


Grid on Android 4.x

Posted: Tue May 27, 2014 12:51 pm
by Kateryna Grynko

Johnny,

Is 'f_grid_1' a grid name? Did you change source files for Android? Doesn't it work for Grid only, or for other components also?


Grid on Android 4.x

Posted: Tue May 27, 2014 1:31 pm
by Johnny6773854

Yes that is the name. No I did not change it. Only tried the grid. It also work in browser.


Grid on Android 4.x

Posted: Tue May 27, 2014 4:59 pm
by Evgene Karachevtsev

Hello Johnny,

We have just tested this code on Android device and it works: Apperyio('mobilegrid_4').hide();
Tell us please did you test your applcation in browser or install as apk? Did you have any mistakes in console?
http://devcenter.appery.io/documentat...


Grid on Android 4.x

Posted: Wed May 28, 2014 5:47 am
by Johnny6773854

Thank you, I will make an apk then test it.


Grid on Android 4.x

Posted: Wed Jun 04, 2014 12:38 pm
by Johnny6773854

Hi there

I created the apk and installed it and it is not working on my Samsung S4. I tried your methods can find the problem.

Can you help? thank you


Grid on Android 4.x

Posted: Wed Jun 04, 2014 12:42 pm
by Evgene Karachevtsev

Hello Johnny,

Please clarify, what errors do you have?


Grid on Android 4.x

Posted: Wed Jun 04, 2014 12:47 pm
by Johnny6773854

Please read above!