Page 1 of 1

[Mobile] width/height configs on some of the components

Posted: Mon Jan 24, 2011 4:12 pm
by MertÇalışkan

width/height on select component?
width/height on textArea? or even resizable textArea maybe?


[Mobile] width/height configs on some of the components

Posted: Mon Jan 24, 2011 5:50 pm
by maxkatz

Select (drop down) - the width can be resized either via properties or with a mouse:
Image
Looks like it's not possible to change the height - probably a bug.

Text area - you can use the properties or the mouse:
Image

Let me know if this helps.


[Mobile] width/height configs on some of the components

Posted: Mon Jan 24, 2011 6:02 pm
by MertÇalışkan

This is again in mobile pages.


[Mobile] width/height configs on some of the components

Posted: Tue Jan 25, 2011 7:55 am
by Andrey Frunt

Mobile components of JQuery Mobile library are stretchable and JQuery is responsible of it's rendering. Such layouting is a great benefit of JQuery Mobile. Because we can be independent from size of display.


[Mobile] width/height configs on some of the components

Posted: Tue Apr 26, 2011 6:40 pm
by Rob Elliott

I do not see any way to stretch the components. They do not auto-stretch if the internal text is longer than the control -- it just chops off the text. :(


[Mobile] width/height configs on some of the components

Posted: Tue Apr 26, 2011 6:53 pm
by maxkatz

It will not stretch beyond the container the component is in. If possible, please post a picture of what you are trying to do.


[Mobile] width/height configs on some of the components

Posted: Tue Apr 26, 2011 6:55 pm
by Rob Elliott

Here is a very simple example using the Select Menu. I can't make it the full width of the screen, and there's no way to have it auto-fit based on the text length. Image


[Mobile] width/height configs on some of the components

Posted: Tue Apr 26, 2011 7:31 pm
by maxkatz

It's a jQuery Mobile limitation but there is also a bug. We are working on a workaround.


[Mobile] width/height configs on some of the components

Posted: Fri May 06, 2011 3:45 pm
by Rob Elliott

I am certainly not trying to nag, but I'm wondering if this is in the works at all? I have a project I'd like to run with students this summer but I will need these issues tidied up before I can use Tiggr with it. As it is now, the mobile side is impractical for us to use.

Thanks!
Rob


[Mobile] width/height configs on some of the components

Posted: Fri May 06, 2011 8:16 pm
by maxkatz

The problem with a select box rendering is solved (see screenshot).

You can also use "grid" to position components side-by-side. The only limitation - cell size in grid is not adjustable. In other words,it'll be 50/50 for two columns,
33/33/33 for three columns etc. That's a JQuery limitation we plan to have a workaround in the next release.

Image

Image