I am working on a chatting app on Android that will have video and textinput at the same view. The video will flickering when showing/hiding the softkeyboard. This issue also happens while typing any word on softkeyboard.
Here is my test mxml file and the test environment is built on Flex 4.15 with AIR 23.0 (also happens with AIR 24.0): <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" applicationDPI="160" addedToStage="addedToStageHandler(event)"> <fx:Script> </fx:Script> <s:VideoDisplay id="videoHolder" width="320" height="240" /> <s:TextInput y="330"/> <s:Button y="370" id="btn" label="Play" enabled="false" click="clickHandler(event)"/> </s:Application> Is there anyone have the same issue? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/video-flickering-when-the-softkeyboard-showed-tp14566.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
