TextInputSkin uses Flex-based text input and ScrollingStageTextInputSkin uses native device input field.
The difference is that TextInputSkin will not support native control of the soft keyboard, such as autoCapitalize, autoCorrect, softKeyboardType ( you will get the default keyboard behavior). This is explained in detailed here: http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html#WSc71dc4a5c6f1e0e0-1ee7fed313283418436-7ffe (note: replace StageTextInputSkin by ScrollingStageTextInputSkin, and all the section about scrolling is obsolete, as ScrollingStageTextInputSkin now allows scrolling). Maurice -----Message d'origine----- De : agm65 [mailto:[email protected]] Envoyé : mercredi 16 avril 2014 16:37 À : [email protected] Objet : RE: ScrollingStageTextInputSkin in scroller does not scroll when focus Hello, thats strange if i change my code to skinClass="spark.skins.mobile.TextInputSkin". It works with the softkeyboard and scroll with with spark.skins.mobile.ScrollingStageTextInputSkin it does not work. What is the deifferent between those classes? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/ScrollingStageTextInputSkin-in-scroller-does-not-scroll-when-focus-tp6124p6149.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
