Squiggle Master
Posts: 0
Joined: Thu Feb 06, 2014 6:50 pm

How do make something which was invisible visible when receives a response?

I am making a weather app and I need some things to become visible when a response is received from an api. I think you can do this using mapping or something like that. Can anybody help?

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

How do make something which was invisible visible when receives a response?

Hi,

You can do this via Appery.io Builder UI (http://docs.appery.io/documentation/w... set property visible), or use this JavaScript code:pretoggle('screenName_componentName', 'mob', 'true');/pre

Return to “Issues”