Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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!