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.
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/
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.
HI Johnny,
Do you create a Grid via service?
Try the following:pre$("[name=gridName]").each(
function(){
$(this).hide();
}
);/pre
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
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?
Yes that is the name. No I did not change it. Only tried the grid. It also work in browser.
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...
Thank you, I will make an apk then test it.
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
Hello Johnny,
Please clarify, what errors do you have?
Please read above!