ons-row & ons-col
-
Hello, I want to set text area height to be equal to the height of image. I set width:100% and it works but not width height! I tried with normal <div> tag and use float but float seem doesn’t work with android. (preview android nexus)
So i decided to use ons-row and ons-col of onsen. and could’t achieve what i want! any suggestion? thank you
-
@iriekun Have you tried setting
rows
in the textarea?
-
yes i tried it, but it doesn’t fit for all screen phone. For instance, the height of text area in iPhone is different from android!