Page 1 of 2

Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 7:50 pm
by Buddy

I know my web service is returning values, but they are either not being mapped to the local variables for use in page 2 or the local variables are lost when moving to page 2. Please help.


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 7:52 pm
by Maryna Brodina

Hello! Are there any errors in console? Could you show us mapping screenshot?


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 8:06 pm
by Buddy

Yes, it was a CORS issue, I used your proxy and now everything works, sorry for the inconvenience.

Buddy


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 8:07 pm
by Maryna Brodina

No worries:)


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 9:08 pm
by Buddy

I do have another question (see image)
do I need to make the labels "display: inline" to them make them flow? There is some static text and some dynamic text, but I'd like to make it look like a sentence.
The T&C collapsible, I have the property collapse=true but it still renders opened, not as it is shown. Any help is appreciated!

Image


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 9:22 pm
by Maryna Brodina

You can use display: inline for Labels
Could you what do you mean on T&C collapsible and what is the problem there?


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 9:42 pm
by Buddy

The terms and conditions collapsible element is in the open position when the page is rendered, I'd like it closed.


Web service response not mapping to local variables

Posted: Wed Mar 20, 2013 10:09 pm
by Maryna Brodina

To close Collapsible use JS:

code$("[data-collapsed=false]").trigger( "collapse" );/code


Web service response not mapping to local variables

Posted: Thu Mar 21, 2013 4:54 pm
by Buddy

Thanks, everything worked perfectly.

Last thing (I hope), I know in HTML5 we can set a text box as an email and I think telephone number. How do I do that in your app?

oh, and how do I make this production?

Thanks


Web service response not mapping to local variables

Posted: Thu Mar 21, 2013 5:15 pm
by Maryna Brodina

Hello! There is no way to change it for now - you can use just Text or Password types. More types will be added soon, so you can select them in editor.

Sorry, what do you mean on "how do I make this production"? Are you going to publish your app on Google market or App store?