-
1. Re: iOS Virtual Keyboard "Done" button for multiline TextFields
TenchyMyo Oct 17, 2011 5:59 PM (in response to FLAdude)Many apps gets rejected more than once. It's no problem, just fix it and reupload it again... no worries. I have a friend who had his app rejected 15 times before they accepted it ... they are so picky.
-
2. Re: iOS Virtual Keyboard "Done" button for multiline TextFields
Nimisha1 Oct 18, 2011 5:33 AM (in response to FLAdude)Hi
AIR doesn't have any API to display the "done" button and same is the behavior on native iOS apps as UITextView
( the ios multiline textfield)does not have any methods which will be called when the user hits the return key .
Thanks,
Nimisha
-
3. Re: iOS Virtual Keyboard "Done" button for multiline TextFields
FLAdude Oct 18, 2011 7:46 AM (in response to Nimisha1)Thanks for your replies, Tenchy, Nimisha.
Well the "done" button is somthing I have seen on Safari and such when selectign a TextArea. I was under the impression it was a standard system control, but according to Nimisha it isn't. So then I guess apps that have such controls are all custom controls? My custom button should hopefully be fine in that case...
And I don't need to have methods called when a return or done key is pressed, I just need people to be able to close the virtual keyboard after they are done editing the TextArea.
-
4. Re: iOS Virtual Keyboard "Done" button for multiline TextFields
sanika Kulshreshtha Oct 18, 2011 11:32 PM (in response to FLAdude)You should set stage.focus = null in your code.
-Sanika


