0
votes
1answer
50 views

AIR app on iPad - start crash

I created and installed an application for iPad according to the following instructions: Apple iOS development process using Flash Builder However, when I run this simple application, for about a ...
0
votes
1answer
55 views

How to bring an area above the iOS softkeyboard using flex 4.6

I have a number of UI components in the screen. When i click on a text input in iOS, the keyboard is displayed but it overlaps some of the UI components like another text input and a button. I want ...
0
votes
0answers
48 views

How to prevent softkeyboard disappearing in iOS using Flex

I have 2 textinputs. When i click on the upper one the softkeyboard appears, but covering the 2nd text input field. I want the focus to move to the next text input on click of return without the ...
0
votes
1answer
206 views

Flex 4.6 Mobile App List item height issue

Is there any way to dynamically change the padding between each row in an itemRenderer List for Mobile Air Apps (iOS)? At the moment I'm using conditional CSS to detect what resolution the device is ...
0
votes
3answers
153 views

Flex Device Model and Make information

Is it possible to detect the device model and make information from a flex 4.5 sdk application, like Samsung Galaxy Tab 2.0 or Apple iPad 4 etc., Thanks Fayaz
2
votes
2answers
560 views

Extrnal swf plays very slow on iOS

I'm writing an application using as3 and adobe air that loads external SWF files and plays them internally in the application. The container works just fine with android and the animation of the ...
1
vote
1answer
353 views

Flex Mobile StyleableTextField Truncate Text Based on Orientation

I am creating an ItemRenderer for a list component in a Flex application. In my item renderer I have a StyleableTextField which contains a short description of the current item in the list. If this ...
3
votes
0answers
214 views

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the ...