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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -