Community Questions & Answers

Scrollview text fields

Ipod app - If I have a textfield in scrollview and I click in the textfield it shifts the text field to the left as the keyboard opens. If you try to scroll while the text field has focus it will return to is original location. This seems to be a bug of...

Is this a bug?

On the kitchen sink: view_animation.js change these line: var a1 = Titanium.UI.createAnimation(); a1.left = 10; a1.bottom = 120; a1.duration = 800; var a2 = Titanium.UI.createAnimation(); a2.right = 10; a2.bottom = 80; a2.duration =...

Showing 1-16 of 16