Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
Hi Andrew, Just got this bug today when debugging my App: java.lang.ArrayIndexOutOfBoundsException: Index -2 out of bounds for length 3737 at flash.tools.debugger.concrete.ScriptText.getLine(ScriptText.java:38) at flash.tools.debugger.concrete.DModule.getLine(DModule.java:135) at flex.tools.debugger.cli.DebugCLI.dumpBreakLine(DebugCLI.java:2485) at flex.tools.debugger.cli.DebugCLI.dumpHaltState(DebugCLI.java:2289) at flex.tools.debugger.cli.DebugCLI.runningLoop(DebugCLI.java:2821)...
Currently a user-defined public namespace can only be used in properties/methods. This code: ```as use namespace my_namespace; my_namespace class ClassName // Error: A user-defined namespace attribute can only be used...
## Problem Description `StageWebView` cannot get camera access with macOS. So you cannot use webframes with some camera integrations for macOS. Tested with multiple AIR versions, even with latest AIR...
Hi! Running this sample code, you can see the incorrect outputs: ```as // High Surrogate: trace("\uD83E".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F trace("\uD83F".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F // Low Surrogate: trace("\uDCDC".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F trace("\uDCBA".charCodeAt(0).toString(16).toLocaleUpperCase()); // 3F...
## Problem Description Switching stage focus from one AS3 Textfield to another in Android Causes ANR Using AIR SDK 51.1.3.10 Occurs only on Android Discovered after spike in our Google...
## Problem Description Activate already launched application causes video flickering. It also happens when you return from Alarm Clock or unlock device, turn on screen or switch from another application....
Hi! The Proxy class documentation need to be fixed. adobe docs: https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/Proxy.html airsdk.dev docs: https://airsdk.dev/reference/actionscript/3.0/flash/utils/Proxy.html (need to be fixed) Thanks!
I found this message in all games on the Play Store. We detected the following resizability and orientation restrictions in your game: com.adobe.air.OrientationManager.setAspectRatio To improve the user experience of your...