This is a migrated thread and some comments may be shown as answers.

TextArea in listview

2 Answers 227 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Jon_BCV
Top achievements
Rank 1
Jon_BCV asked on 24 Dec 2012, 07:58 PM
Hi..
I'm trying to create a simple email form in a listview. But the TextArea does not show up on an iPad.
Any ideas?
Do you have a similar sample or example of mobile form to send email
thx

  <ul id="SendEmail">

                    <li>Your Name<span class="list-item-data"> <input id="name" style="width: 100%" required="required" type="text" class="k-input"></span></li>
                    
                    <li>Your Email<span class="list-item-data"> <input id="email" style="width: 100%" required="required"  type="email" class="k-input"></span></li>
                  
                    <li>Message<span class="list-item-data">
                    
                
                    <textarea id="txtMsg" style="background-color: #FFFFFF; border-style: solid;  border-width: 1px; width: 100%"></textarea> 
                        
                         
                    </span></li>
                     
                    <li><br /><a class="button" data-role="button" data-click="sendClick" href="#button-send"  style="color: #fff; background-color: #f60">Send</a></li>
                 
                </ul>

2 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 25 Dec 2012, 02:11 PM
Hi Jon,

I put your code in a sample mobile application, but did not manage to reproduce the described problem on iPad2 (iOS6). Could you please check my test page and let me know what I am missing?

I also suggest you to check this demo as it demonstrates how to include HTML form elements in KendoMobile Application.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jon_BCV
Top achievements
Rank 1
answered on 25 Dec 2012, 02:23 PM
Thanks.. it's working now..
Not sure what caused the issue
Tags
ListView (Mobile)
Asked by
Jon_BCV
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Jon_BCV
Top achievements
Rank 1
Share this question
or