flash - Actionscript: input text on iOS working differently than in the simulator -


i have input box created in flash professional 500px x 500px, set classic text > input text > singleline.

i import actionscript project , set

wordwrap = true; 

in simulator works great.

however on ios wordwrap not occur during input. appears on single line in center of textbox height, when focus returns app text correctly wrapped.

how can make work in simulator.

as fix tried using multiline text box.

this not have issue above, introduces new issue, on selection of textbox cursor appears 1 line below top, have press backspace move top of textbox, interestingly text box has size 0 despite sort of new line existing. occurs in simulator on device.


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -