Page 1 of 1

Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 8:01 pm
by Jahmarley

Hi,

I have been rebuilding my app in the new builder for the past several days.

My app is connected to Parse back end and I am using the link component in order to display telephone numbers from parse and make them click to call.

As per the following image... I map the number to the link component.. both text and URL... and then add the following code... return "tel:"+value;

Image

It works, however the mapping gets broken after a short while and it appears as the mandatory URL section in the User Interface over rides the mapping because when the mapping is broken the link component is linked to whatever address is entered there.

This worked well in the old builder.

Image

  • The link component appears to be the only component that is affected by broken mapping.

    Please assist,

    Thank you


Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 8:43 pm
by Kateryna Grynko

Hello?
What phone number format do you use? Is it a solid number or do you use spaces or do you use hyphens?


Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 8:48 pm
by Jahmarley

An example of the phone number format I use is as folows:

+1-268-780-7625


Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 9:18 pm
by Kateryna Grynko

This should work.
Please share the app with support@tiggzi.com and write steps to verify.


Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 10:27 pm
by Kateryna Grynko

You have an incorrect mapping.

On click "go" button on page Business you call anu_biz_inputgrid_service
Phone number isn't mapped to url.

You created mapping in anu_biz_category_service only.
You should create mapping in anu_biz_inputgrid_service.


Link component - mapping breaks (new builder)

Posted: Fri Feb 08, 2013 11:08 pm
by Jahmarley

Hi Katya,

Thank you for your response

The reason why mapping is showing for anu_biz_category_service is because i just remapped it to take screen shots.

Mapping was created for both but mapping disappears / breaks after being mappped for a period of time.

I will ensure that both is mapped and when / if mapping breaks / disappears... I will contact once more.

Thank you