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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -