Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Grid on Android 4.x

HI Johnny,

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

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Grid on Android 4.x

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?

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

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

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

Grid on Android 4.x

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

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

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

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

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

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

Grid on Android 4.x

Hello Johnny,

Please clarify, what errors do you have?

Johnny6773854
Posts: 0
Joined: Mon Mar 31, 2014 7:11 am

Grid on Android 4.x

Please read above!

Return to “Issues”