distriqt / ANE-Core

ANE providing a centralised library for native extension common utilities and a notification / delegation system
https://airnativeextensions.com
21 stars 12 forks source link

Core.isSupported returns false on Windows 10 #29

Closed PippoApps closed 3 years ago

PippoApps commented 3 years ago

Hello there! Launching AIR debug from Animate, AIR 33.1.1.575. Windows 10 Pro 19042.1165. Trying to use NativeWebView, but Core.isSupported returns false.

marchbold commented 3 years ago

You should be able to ignore the Core.isSupported flag. There is no real direct functionality in the extension so generally this flag isn't needed. I will look into it though.

Is the NativeWebView.isSupported returning true?

PippoApps commented 3 years ago

Yep skipping the Core.isSupported part works fine. Thx