Scrolling on ipad

First question why will the textarea not let you scroll the form, you have to use a label.

Second, how can I make this iframe scroll on the iPad?

[code]{view:‘layout’,rows:[
{ view: ‘toolbar’, type: ‘MainBar’,
elements: [
{view: ‘button’, label:‘label’, align:‘right’},
]
},
{view:“iframe”, id:“iframe”,waitMessage:true},
{view:‘toolbar’, elements:[
{view:‘label’,align:‘left’,label:’’},

                            ]}
                        ]}[/code]

dhtmlx do not affect frame content in any way.
By default iframe content was non-scrollable, but you can try to use the css styles ( ios5+ ) for scrolling

johanbrook.com/browsers/native-m … ing-ios-5/

If you need load some content from your site - you can use template view instead of iframe. It has scroll property which will produce scrollable area.