You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screen flickering when plug in/unplug USB keyboard/mouse to Android device.
It happens only with AIR applications and interrupt smooth UX in cases when users need to plug in/unplug USB keyboard/mouse.
Tested with multiple AIR versions, even with latest AIR 33.1.1.889 with multiple different Android devices with different OS versions and architectures with different USB keyboards/mouses.
Same problem in all cases.
It works fine with non-AIR applications.
There is no such issue with USB cameras.
There is no such issue with Windows/macOS devices. renderMode and containsVideo values no matter.
package {
import flash.display.Sprite;
public class AndroidPeripheralUSBFlickeringBug extends Sprite {
public function AndroidPeripheralUSBFlickeringBug() {
}
}
}
Actual Result:
Screen blink with black.
Expected Result:
No screen flickering.
Known Workarounds
none
The text was updated successfully, but these errors were encountered:
Problem Description
Screen flickering when plug in/unplug USB keyboard/mouse to Android device.
It happens only with AIR applications and interrupt smooth UX in cases when users need to plug in/unplug USB keyboard/mouse.
Tested with multiple AIR versions, even with latest AIR 33.1.1.889 with multiple different Android devices with different OS versions and architectures with different USB keyboards/mouses.
Same problem in all cases.
It works fine with non-AIR applications.
There is no such issue with USB cameras.
There is no such issue with Windows/macOS devices.
renderMode
andcontainsVideo
values no matter.Related issues (not the same):
#1194
#1003
#706
#151
#87
#6
Steps to Reproduce
Application example with sources attached.
android_peripheral_usb_flickering_bug.zip
Actual Result:
Screen blink with black.
Expected Result:
No screen flickering.
Known Workarounds
none
The text was updated successfully, but these errors were encountered: