NativeElementHosting is not available on Windows platform #21348
-
Hello, i try to implement a Javascript control by using the BrowserHtmlElement. Even tho the docs states that: Is this a bug in uno platform or are the documentations wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the report. The documentation is indeed incorrect when mentioning all platforms, it's available on everything but winappsdk. You'll need to use |
Beta Was this translation helpful? Give feedback.
Thanks for the report. The documentation is indeed incorrect when mentioning all platforms, it's available on everything but winappsdk. You'll need to use
#if HAS_UNO
to avoid using it on winappsdk.