Skip to main content
Inspiring
May 8, 2012
Answered

iOS Native Extensions [ANEs] + Classic Textfield weird bug

  • May 8, 2012
  • 5 replies
  • 1932 views

I tried flash CS6 and Flash builder 4.6

I am building an iPad app where I have a classinc input textfield.

The iOS behavior is normal when the user taps on the field, the keyboard is shown,  the application moves up to show the field, and when the user clicks on the stage or on "DONE" the keyboard is removed

and the full app is moved back to position.

But, Whenever I add an ANE, and I set the iOS5 SDK location [needed by most ANEs], then publish, the behavior changes:

- When the keyboard needs to disapear, the application does not move back to position!

The behavior is fine with ANEs that do not need the iOS5 Location.

I was planning on releasing the app today as it is all done.

This topic has been closed for replies.
Correct answer Joseph_Saade

yes I did and still same issue.


ok this has been fixed in latest AIR 3.3

The reason is ios5.1 as the ANE needs it specified and it made some bugs wth AIR3.2

5 replies

Participant
May 8, 2012

Have the same issue here. Any clue on what might be causing this issue?

Using the same environment (Flash Builder 4.6 and iOS5.0 SDK).

Inspiring
May 9, 2012
Kartik_Mehta
Inspiring
June 6, 2012

Hi,

Have you tried to remove textfield focus?

Regards,