Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

the Text Area becomes a fixed height

My app is like an encyclopedia, showing a description on each page. Tiggzi has worked really well so far with the design. The Text Area looks great! But when i call the string from the Tiggzi database, the Text Area becomes a fixed height, with arrows to scroll the info up and down. I really don't like it.

Do you have a work around for this? I like using the Text Area because the box is rounded, and has a different background color. The Label box doesn't stay fixed when i call data. Is there html or CSS code i can add to change the font and backround color for a label box?

What is the best way to fix this?

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

the Text Area becomes a fixed height

Hello!

I think the Text Area becames fixed because you put it in grid and it limits the text area (but not sure, if you could send us a screenshot it would help). As for changing Label backround color, create CSS and enter next:

[dsid=mobilelabel1] {
background: red;
}

You can change font color in Custom Theme (http://help.gotiggr.com/documentation...).

Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

the Text Area becomes a fixed height

II thought the grid would effect it too, so i created it without a grid, and it still looks like this:
Image

What is a workaround for this?

Thanks in advance.

Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

the Text Area becomes a fixed height

And when i upload it to my android, the text box let's you edit the contents inside, and then becomes a full size to wrap around the text. Strange

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

the Text Area becomes a fixed height

In which browser you are testing?

We use the standard jQuery Mobile text area component: http://jquerymobile.com/demos/1.1.1/d..., check if there are any options to configure the component.

Mike4997955
Posts: 0
Joined: Wed Sep 12, 2012 7:50 pm

the Text Area becomes a fixed height

I'm testing it in Gooogle Chrome. I'll check the options and let you know. Thanks.

Return to “Issues”