itlancer
itlancer
Fixed. Tested with latest AIR 51.0.1.5. Thanks!
The same issue: https://github.com/airsdk/Adobe-Runtime-Support/issues/3166
@ajwfrost AIR 51.0.1.1 right now fills `CFBundleSupportedPlatforms` as a String. But it should be `Array` with one `String` element.
Fixed with AIR 51.0.1.2. Thanks!
You need to set up `AndroidPlatformSDK` in adt.cfg Something similar to https://github.com/airsdk/Adobe-Runtime-Support/issues/3059#issuecomment-1929499478
@koreaflash Also make sure you don't use `ns.play("");` anymore. https://github.com/airsdk/Adobe-Runtime-Support/issues/3098
@ajwfrost Any progress on this?
@ajwfrost What about sending `WM_CANCELMODE` message? https://stackoverflow.com/questions/19226173/how-to-close-a-context-menu-after-a-timeout
> If we can determine whether the menu is visible or not, we should be able to do this... Thank you very much. > WM_CANCELMODE does close an active menu,...
May be related to https://github.com/airsdk/Adobe-Runtime-Support/issues/33