Page 1 of 2

Hide/Show Grid works in simulator but not in safari mobile

Posted: Wed Nov 13, 2013 2:23 pm
by Ram

Dear Appery,

i have a grid holding some components in it, it loads invisible to the user, on a certain condition i run the following:

code
Appery('grid_fake').show();
Appery('grid_fake').refresh();
/code

this works well in Appery simulator but ignored in Safari mobile (the grid stays invisible)...

any thoughts on how to make the grid visible in safari mobile too?

(i'm using iPhone 5 iOS 7)

Best & thanks in advance!!
R.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Wed Nov 13, 2013 5:49 pm
by Kateryna Grynko

Hi Ram,

This will take some time. We'll update.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Wed Nov 13, 2013 6:23 pm
by Ram

Thank you.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Thu Nov 14, 2013 9:32 am
by Kateryna Grynko

Hi Ram,

This is pretty strange, it works for us.
Let's try removing this line:preAppery('grid_fake').refresh();/preIf this doesn't help please post a public link.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Thu Nov 14, 2013 10:36 am
by Ram

Dear Katya,

thank you for your reply, i removed the "refresh" and still no success as you can see here, i cant share this project but i made a new one with this example that behave the same and invited a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a to this app.

Thanks much!


Hide/Show Grid works in simulator but not in safari mobile

Posted: Thu Nov 14, 2013 9:50 pm
by Maryna Brodina

Hello! Sorry for delay. We'll let you know as soon as have more information.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Thu Nov 14, 2013 10:04 pm
by Ram

Thx much.


Hide/Show Grid works in simulator but not in safari mobile

Posted: Fri Nov 15, 2013 2:59 am
by Igor

HI Ram,

Please try to disable "Private Browsing" on your IPhone. http://www.wikihow.com/Turn-on-Privat...


Hide/Show Grid works in simulator but not in safari mobile

Posted: Fri Nov 15, 2013 6:13 am
by Ram

Hi Igor,

thank you for your reply.

that didnt work, the private browsing was not set on my device but nevertheless i set it ON and then OFF and still the grid is invisible, i tried it on two more iDevices - mini iPad running iOS 7.0.3 and iPhone 5 running 6.1.4 with same results...


Hide/Show Grid works in simulator but not in safari mobile

Posted: Fri Nov 15, 2013 12:22 pm
by Maryna Brodina

Hello Ram! Could you also try to create one more button "hide"
preAppery('grid_fake').hide();/pre
Does it work? Please check it for different visible grid parameters.