itlancer

Results 137 comments of itlancer

The same issue with Linux too. Checked with latest AIR 50.0.0.1. `HTMLLoader.isSupported` returns `true`. But `var html:HTMLLoader = new HTMLLoader();` cause error: ``` Error: Error #1001: The method StageWebView is...

@ajwfrost My opinion - HTMLLoader.isSupported should return false if WebKit (current legacy implementation) not supported anymore. If you have another opinion - ok, just write that such behavior expected. But...

With latest AIR 50.0.1.1 for Linux `HTMLLoader.isSupported` returns `false`. Thanks! @ajwfrost, if no plans to make similar changes for Windows/macOS cause it "by design" - I think this issue should...

Actually it necessary for other platforms too. For Android it could be implemented like described here (but we haven't access to WebView objects inside AIR): https://stackoverflow.com/questions/40659198/how-to-access-the-camera-from-within-a-webview

It's pretty easy with one AIR window but no so elegant when you working with multiple AIR windows which could be created/closed at runtime. I have done it by window...

@ajwfrost For example, I have 2 different AS3/AIR windows (`NativeWindow`). I need to know handles for both of them. Not an array of all AIR process windows handles but "`NativeWindow`...

@marchbold Yes, I tried to suggest approaches in comment above with AS3 getter method (window identifier) and another way to get such identifier/link via FRE function from passed AS3 `NativeWindow`...

@ajwfrost, let it be as described at https://github.com/Gamua/Adobe-Runtime-Support/issues/236#issuecomment-785772231 or https://github.com/Gamua/Adobe-Runtime-Support/issues/236#issuecomment-589941885 to work with `NativeWindow` handlers only at native side.

@ajwfrost, the same issue (with errors and popup) randomly detected with Linux Ubuntu 22.04.1 LTS device. Application cannot work with ELS anymore. Application and device restarts didn't solve this issue....

Video still doesn't work for Linux with latest AIR 50.0.1.1.