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]