Adobe-Runtime-Support icon indicating copy to clipboard operation
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.

Results 352 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

## Problem Description Mac OSX Sonoma 14.1.1 Apple M1 Pro 14" 2021 AIRSDK 50.2.3.1 licensed App works well on debug launcher on the same machine, though when exported, on launch...

Bug

Running this code: ```as package { import flash.display.Sprite; public class DebuggerError extends Sprite { public function DebuggerError() { super(); trace(dummy()); } private function dummy():String { if (dummy is Class){} return...

Bug

Using FlashDevelop, I updated to AIR SDK 51.0.1.1. I updated my namespace When I try to compile, I get this error regarding the namespace.

Bug

## Problem Description When compiled to iOS or Android, you can't see any variables in the Debug Windows, IntelliJ only shows a message "Variables are not available". The error appears...

Bug

## Feature Description Please consider Ahead-of-time compilation support for Desktop and Android platforms like it was done for iOS. It increase performance and AIR applications will be more robust and...

Feature

## Problem Description on the same url using a not trusted certificate, connect first to http and after https causes iOS app crash. * all AIR SDK version * all...

Bug

just in case some one updated target sdk to 34 in ANE and got this error "This version only understands SDK XML versions up to 3 but an SDK XML...

Bug

## Problem Description **AIR SDK version: 51.0.1.1** When generating document using asdoc, the forward slash character `/` within `RegExp` literals is mistakenly treated as the delimiter for the `RegExp`, which...

Bug

## Problem Description I recently noticed that AIR is crashing when performing too many `URL Requests` at the same time on `Windows` (at least). From a developer stand point I...

Bug

### Discussed in https://github.com/airsdk/Adobe-Runtime-Support/discussions/3228 Originally posted by **MalacTheLittle** May 6, 2024 Focus behaviour of Input TextField differs from Android native behaviour in a way that on mouseDown TextField gets immediate...