-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows][macOS] HTMLLoader.isSupported returns true #1881
Comments
The same issue with Linux too. Checked with latest AIR 50.0.0.1.
|
I take the point on Linux, but am wondering whether we should keep the |
@ajwfrost But for Linux it should return false anyway until any webview implementation (StageWebView too) not supported. And ideally legacy HTMLLoader should be replaced by something modern. |
With latest AIR 50.0.1.1 for Linux |
Yes, right now we're looking to keep |
Problem Description
HTMLLoader.isSupported
utility returnstrue
with Windows and macOS butHTMLLoader
now legacy and removed. So it should returnsfalse
I think.Tested with latest AIR 33.1.1.821 with multiple Windows and macOS devices.
Related issue (no the same): #1106
Steps to Reproduce
Launch code below.
Application example with sources attached.
htmlloader_issupported_bug.zip
Actual Result:
true
will be traced.Expected Result:
false
will be traced.Known Workarounds
Just not use
HTMLLoader
.The text was updated successfully, but these errors were encountered: