iOS Native Extensions [ANEs] + Classic Textfield weird bug
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.
