Buddy
Posts: 0
Joined: Wed Mar 20, 2013 7:50 pm

Web service response not mapping to local variables

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Web service response not mapping to local variables

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

Buddy
Posts: 0
Joined: Wed Mar 20, 2013 7:50 pm

Web service response not mapping to local variables

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

Buddy

Buddy
Posts: 0
Joined: Wed Mar 20, 2013 7:50 pm

Web service response not mapping to local variables

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Web service response not mapping to local variables

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

Buddy
Posts: 0
Joined: Wed Mar 20, 2013 7:50 pm

Web service response not mapping to local variables

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Web service response not mapping to local variables

To close Collapsible use JS:

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

Buddy
Posts: 0
Joined: Wed Mar 20, 2013 7:50 pm

Web service response not mapping to local variables

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Web service response not mapping to local variables

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?

Return to “Issues”